Skip to content

Commit e72c9f8

Browse files
committed
github: workflows: update action versions
1 parent 1b582e5 commit e72c9f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: poetry build
3333

3434
- name: Store the distribution packages
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: python-package-distributions
3838
path: dist/
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download all the dists
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
with:
5656
name: python-package-distributions
5757
path: dist/
@@ -72,12 +72,12 @@ jobs:
7272

7373
steps:
7474
- name: Download all the dists
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: python-package-distributions
7878
path: dist/
7979
- name: Sign the dists with Sigstore
80-
uses: sigstore/gh-action-sigstore-python@v1.2.3
80+
uses: sigstore/gh-action-sigstore-python@v3.0.0
8181
with:
8282
inputs: >-
8383
./dist/*.tar.gz

0 commit comments

Comments
 (0)