File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Upload install_manifest.txt
156156 # Upload the manifest to make it possible to download for inspection and debugging
157- uses : actions/upload-artifact@v3
157+ uses : actions/upload-artifact@v4
158158 with :
159159 name : install_manifest
160160 path : _build/${{ env.INSTALL_MANIFEST }}
Original file line number Diff line number Diff line change 4848 dry-run : false
4949 language : c++
5050 - name : Upload Crash
51- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
51+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
5252 if : failure() && steps.build.outcome == 'success'
5353 with :
5454 name : artifacts
Original file line number Diff line number Diff line change 6464 CIBW_ENVIRONMENT : OPENEXR_RELEASE_CANDIDATE_TAG="${{ github.ref_name }}"
6565
6666 - name : Upload artifact
67- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
67+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
6868 with :
6969 name : wheels-${{ matrix.os }}
7070 path : |
Original file line number Diff line number Diff line change 5757 CIBW_TEST_SKIP : " *arm64"
5858
5959 - name : Upload artifact
60- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
60+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
6161 with :
6262 name : wheels-${{ matrix.os }}
6363 path : |
Original file line number Diff line number Diff line change 7070 OPENEXR_TEST_IMAGE_REPO : " https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr-images/main"
7171
7272 - name : Upload artifact
73- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
73+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
7474 with :
7575 name : wheels-${{ matrix.os }}
7676 path : |
Original file line number Diff line number Diff line change 4343
4444 # Upload the results as artifacts (optional)
4545 - name : " Upload artifact"
46- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
46+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
4747 with :
4848 name : SARIF file
4949 path : results.sarif
You can’t perform that action at this time.
0 commit comments