File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ jobs:
371371 )" >> $GITHUB_OUTPUT
372372 working-directory : dist
373373 - name : Store the distribution packages
374- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
374+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
375375 with :
376376 name : >-
377377 ${{ needs.pre-setup.outputs.dists-artifact-name }}
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268268 - name : Download all the dists
269269 if : >-
270270 contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
271- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
271+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
272272 with :
273273 name : ${{ inputs.dists-artifact-name }}
274274 path : dist/
Original file line number Diff line number Diff line change 6666 # Upload the results as artifacts (optional). Commenting out will disable
6767 # uploads of run results in SARIF format to the repository Actions tab.
6868 - name : Upload artifact
69- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070 with :
7171 name : SARIF file
7272 path : results.sarif
You can’t perform that action at this time.
0 commit comments