Skip to content

Commit d02aecc

Browse files
Update GitHub Artifact Actions (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afeeb79 commit d02aecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
}
130130
131131
- name: Upload plugin artifact
132-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
132+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
133133
with:
134134
compression-level: 1
135135
if-no-files-found: error
@@ -151,7 +151,7 @@ jobs:
151151
show-progress: false
152152

153153
- name: Download plugin artifact from ubuntu-latest
154-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
154+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
155155
with:
156156
name: ubuntu-latest_${{ needs.publish.outputs.PLUGIN_NAME }}
157157
path: out
@@ -178,15 +178,15 @@ jobs:
178178
)
179179
180180
- name: Upload SHA512SUMS
181-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
182182
with:
183183
compression-level: 1
184184
if-no-files-found: error
185185
name: SHA512SUMS
186186
path: out/SHA512SUMS
187187

188188
- name: Upload SHA512SUMS.sign
189-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
189+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
190190
if: ${{ env.GPG_PRIVATE_KEY != null }}
191191
with:
192192
compression-level: 1

0 commit comments

Comments
 (0)