Skip to content

Commit 3032c14

Browse files
Update GitHub Artifact Actions (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 076232d commit 3032c14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run:
3939
python -m pytest -v tests/
4040
- name: Upload artifact
41-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
41+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4242
with:
4343
name: release
4444
path: dist/
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
steps:
5050
- name: Download artifact
51-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
51+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
5252
with:
5353
name: release
5454
path: dist/

0 commit comments

Comments
 (0)