File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 run : pushd ${{ inputs.build-path }}; zip -q -r ../${{ inputs.artifact-name }}.zip *
9595
9696 - name : Upload artifact
97- uses : actions/upload-artifact@v5
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : ${{ inputs.artifact-name }}
100100 path : ${{ inputs.working-directory }}/${{ inputs.artifact-name }}.zip
Original file line number Diff line number Diff line change 7171 NODE_AUTH_TOKEN : ${{ secrets.npm-auth-token || secrets.GITHUB_TOKEN }}
7272
7373 - name : Upload artifact
74- uses : actions/upload-artifact@v5
74+ uses : actions/upload-artifact@v6
7575 with :
7676 name : ${{ inputs.artifact-name }}
7777 path : ${{ inputs.working-directory }}/${{ inputs.build-path }}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 # working dir doesn't apply to this, so we are explicit here
106106 - name : Upload artifact
107- uses : actions/upload-artifact@v5
107+ uses : actions/upload-artifact@v6
108108 with :
109109 name : ${{ inputs.artifact-name }}
110110 path : ${{ inputs.working-directory }}/${{ inputs.artifact-name }}.zip
Original file line number Diff line number Diff line change 9494 zip -q -r ${{ runner.temp }}/${{ inputs.artifact-name }}.zip ${{ inputs.build-globs }}
9595
9696 - name : Upload artifact
97- uses : actions/upload-artifact@v5
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : ${{ inputs.artifact-name }}
100100 path : ${{ runner.temp }}/${{ inputs.artifact-name }}.zip
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Publish coverage
217217 if : ${{ inputs.publish-coverage-path }}
218- uses : actions/upload-artifact@v5
218+ uses : actions/upload-artifact@v6
219219 with :
220220 name : coverage
221221 path : ${{ inputs.publish-coverage-path }}
You can’t perform that action at this time.
0 commit comments