File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
63
63
# This is so we can sign the package and upload it to the GitHub release.
64
64
# this is being done as a seperate job so that we can minimize the permissions needed for the publish job.
65
65
- name : Store the Built Package
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : python-package-distribution
69
69
path : dist/
70
70
71
71
# We are then going to sign the package using Github's Attest Build Provenance action.
72
72
# This action will sign the package and upload the signature to the GitHub release.
73
73
# 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
75
75
with :
76
76
subject-path : ' dist/*'
You can’t perform that action at this time.
0 commit comments