Skip to content

Commit 85038c2

Browse files
renovate[bot]ArloL
authored andcommitted
chore(deps): update github artifact actions
1 parent 4c36f48 commit 85038c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
mkdir target/artifacts
9292
cp target/"${ARTIFACT}"-* target/artifacts
93-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
93+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9494
with:
9595
name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
9696
path: target/artifacts
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
mkdir target/artifacts
127127
cp target/"${ARTIFACT}"-* target/artifacts
128-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
128+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129129
with:
130130
name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
131131
path: target/artifacts
@@ -157,7 +157,7 @@ jobs:
157157
run: |
158158
mkdir target/artifacts
159159
copy target/$env:ARTIFACT-* target/artifacts
160-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
160+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
161161
with:
162162
name: ${{ env.ARTIFACT }}-${{ github.job }}-${{ needs.version.outputs.new_version }}
163163
path: target/artifacts
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
persist-credentials: false
180180
- name: Download all workflow run artifacts
181-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
181+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
182182
with:
183183
path: ./target
184184
- name: Zip artifacts

0 commit comments

Comments
 (0)