We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094953a commit 58de1e1Copy full SHA for 58de1e1
2 files changed
.github/workflows/build-release-binaries.yml
@@ -85,7 +85,7 @@ jobs:
85
sha256sum charon-$RELEASE_VERSION-linux-arm64.tar.gz >> checksums.txt
86
87
- name: Upload artifacts
88
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
89
with:
90
name: charon-${{ env.RELEASE_VERSION }}-binaries
91
path: |
.github/workflows/kurtosis-smoke-test.yml
@@ -157,7 +157,7 @@ jobs:
157
158
- name: Upload report
159
id: upload_report
160
161
if: always()
162
163
name: kurtosis-smoke-test-report
0 commit comments