File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/*'
You can’t perform that action at this time.
0 commit comments