Skip to content

Commit 58de1e1

Browse files
chore(deps): update actions/upload-artifact action to v7.0.1
1 parent 094953a commit 58de1e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
sha256sum charon-$RELEASE_VERSION-linux-arm64.tar.gz >> checksums.txt
8686
8787
- name: Upload artifacts
88-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989
with:
9090
name: charon-${{ env.RELEASE_VERSION }}-binaries
9191
path: |

.github/workflows/kurtosis-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Upload report
159159
id: upload_report
160-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
160+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
161161
if: always()
162162
with:
163163
name: kurtosis-smoke-test-report

0 commit comments

Comments
 (0)