File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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@v6
51+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5252 if : failure() && steps.build.outcome == 'success'
5353 with :
5454 name : artifacts
Original file line number Diff line number Diff line change 7373 CIBW_ENVIRONMENT : OPENEXR_RELEASE_CANDIDATE_TAG="${{ github.ref_name }}"
7474
7575 - name : Upload artifact
76- uses : actions/upload-artifact@v6
76+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7777 with :
7878 name : wheels-${{ matrix.os }}-${{ matrix.arch }}
7979 path : |
Original file line number Diff line number Diff line change 6666 CIBW_TEST_SKIP : " *arm64"
6767
6868 - name : Upload artifact
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7070 with :
7171 name : wheels-${{ matrix.os }}-${{ matrix.arch }}
7272 path : |
Original file line number Diff line number Diff line change 8080 CIBW_TEST_SKIP : " *-macosx*arm64"
8181
8282 - name : Upload artifact
83- uses : actions/upload-artifact@v6
83+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8484 with :
8585 name : wheels-${{ matrix.os }}-${{ matrix.arch }}
8686 path : |
Original file line number Diff line number Diff line change 4646
4747 # Upload the results as artifacts (optional)
4848 - name : " Upload artifact"
49- uses : actions/upload-artifact@v6
49+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5050 with :
5151 name : SARIF file
5252 path : results.sarif
You can’t perform that action at this time.
0 commit comments