File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6666 working-directory : ./doc
6767
6868 - name : Archive documentation coverage results
69- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070 with :
7171 name : docs-coverage-report-${{ matrix.version }}
7272 path : docs-coverage-report-${{ matrix.version }}.txt
Original file line number Diff line number Diff line change 4646 publish_results : true
4747
4848 - name : " Upload artifact"
49- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050 with :
5151 name : SARIF file
5252 path : results.sarif
Original file line number Diff line number Diff line change 4848
4949 - name : Upload Build Artifacts
5050 if : steps.release.outputs.released == 'true'
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : dist
5454 path : dist/
@@ -88,13 +88,13 @@ jobs:
8888 token : ${{ secrets.GH_TOKEN }}
8989
9090 - name : Download Build Artifacts
91- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
91+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9292 with :
9393 name : dist
9494 path : dist
9595
9696 - name : Download Provenance
97- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
97+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9898 with :
9999 name : ${{ needs.provenance.outputs.provenance-name }}
100100 path : dist
You can’t perform that action at this time.
0 commit comments