Skip to content

Commit 60d5851

Browse files
authored
Merge pull request #397 from nodestream-proj/chore/upgrade-ci
Upgrade CI
2 parents fcab8d1 + 23ac818 commit 60d5851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
# This is so we can sign the package and upload it to the GitHub release.
6464
# this is being done as a seperate job so that we can minimize the permissions needed for the publish job.
6565
- name: Store the Built Package
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: python-package-distribution
6969
path: dist/
7070

7171
# We are then going to sign the package using Github's Attest Build Provenance action.
7272
# This action will sign the package and upload the signature to the GitHub release.
7373
# This is to ensure that the package is verified and trusted by the user.
74-
- uses: actions/attest-build-provenance@v1
74+
- uses: actions/attest-build-provenance@v2
7575
with:
7676
subject-path: 'dist/*'

0 commit comments

Comments
 (0)