Skip to content

Commit 5e7f935

Browse files
chore(deps): update github artifact actions
1 parent 2040fc2 commit 5e7f935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.PYPI_API_TOKEN }}
6262

6363
- name: Upload build artifacts
64-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
64+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6565
with:
6666
name: dist
6767
path: dist/
@@ -71,7 +71,7 @@ jobs:
7171
needs: build_package
7272
steps:
7373
- name: Download build artifacts
74-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
74+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
7575
with:
7676
name: dist
7777
path: dist/

0 commit comments

Comments
 (0)