File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 # `tests` and `publish` will use the same pre-built distributions,
131131 # so we make sure to release the exact same package that was tested
132132 # yamllint disable-line rule:line-length
133- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
133+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
134134 with :
135135 name : python-distribution-files
136136 path : dist/
Original file line number Diff line number Diff line change 4545
4646 - name : Store the distribution packages
4747 # yamllint disable-line rule:line-length
48- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
48+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
4949 with :
5050 name : ${{ github.ref_name }}
5151 path : dist/
You can’t perform that action at this time.
0 commit comments