Skip to content

Commit c7ff75e

Browse files
chore(deps): update github artifact actions
1 parent dcc8718 commit c7ff75e

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
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.PYPI_API_TOKEN }}
4949

5050
- name: Upload Python artifacts
51-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
51+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5252
with:
5353
name: python-dist
5454
path: dist/
@@ -58,7 +58,7 @@ jobs:
5858
needs: build_package
5959
steps:
6060
- name: Download Python artifacts
61-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
61+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
6262
with:
6363
name: python-dist
6464
path: dist/

0 commit comments

Comments
 (0)