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 7474 sphinx-lint docs/ 2>&1 >> $GITHUB_STEP_SUMMARY || true ;
7575 if : ${{ !cancelled() }}
7676 - name : Upload Docs Artifact with Python ${{ matrix.python-version }} on ${{ matrix.os }}
77- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7878 with :
7979 name : Multicast-Documentation-${{ github.sha }}-${{ matrix.os }}-${{ matrix.python-version }}
8080 path : ./docs/www/
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 verbose : true
128128 fail_ci_if_error : false
129129 - name : Upload Python ${{ matrix.python-version }} Artifact
130- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
130+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
131131 with :
132132 name : Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
133133 path : ./test-reports/
@@ -277,7 +277,7 @@ jobs:
277277 verbose : true
278278 fail_ci_if_error : false
279279 - name : Upload Extra Python ${{ matrix.python-version }} Artifact
280- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
280+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
281281 with :
282282 name : Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
283283 path : ./test-reports/
@@ -377,7 +377,7 @@ jobs:
377377 verbose : true
378378 fail_ci_if_error : false
379379 - name : Upload Extra Python ${{ matrix.python-version }} Artifact
380- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
380+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
381381 with :
382382 name : Legacy_Setup-Test-Report-${{ matrix.os }}-${{ matrix.python-version }}
383383 path : ./test-reports/
Original file line number Diff line number Diff line change 4646 # uploads of run results in SARIF format to the repository Actions tab.
4747 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
4848 - name : " Upload artifact"
49- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
49+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5050 with :
5151 name : SARIF file
5252 path : results.sarif
You can’t perform that action at this time.
0 commit comments