Skip to content

Commit 13f26c1

Browse files
chore(deps): update github artifact actions
1 parent f6674f7 commit 13f26c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: poetry build
7373

7474
- name: Upload build artifacts
75-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
75+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7676
with:
7777
name: dist
7878
path: dist/
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.PYPI_API_TOKEN }}
8585

8686
- name: Upload Python artifacts
87-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
87+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8888
with:
8989
name: python-dist
9090
path: dist/
@@ -140,7 +140,7 @@ jobs:
140140
needs: build_package
141141
steps:
142142
- name: Download Python artifacts
143-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
143+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
144144
with:
145145
name: python-dist
146146
path: dist/

0 commit comments

Comments
 (0)