Skip to content

Commit d2d10ca

Browse files
chore(deps): update github artifact actions
1 parent 9481b08 commit d2d10ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
61+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6262
with:
6363
name: python-dist
6464
path: dist/

0 commit comments

Comments
 (0)