Skip to content

Commit ab6b475

Browse files
authored
CD pipeline fix (#608)
1 parent b087d73 commit ab6b475

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build a binary wheel and a source tarball
2828
run: python3 -m hatchling build
2929
- name: Store the distribution packages
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: python-package-distributions
3333
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: python-package-distributions
7070
path: dist/
@@ -73,7 +73,7 @@ jobs:
7373
echo "SGPT_VERSION=$(find dist -type f -name '*.tar.gz' | grep -oP '\d+.\d+.\d+')" >> $GITHUB_ENV
7474
echo "Release version $SGPT_VERSION"
7575
- name: Sign the dists with Sigstore
76-
uses: sigstore/gh-action-sigstore-python@v1.2.3
76+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7777
with:
7878
inputs: >-
7979
./dist/*.tar.gz

0 commit comments

Comments
 (0)