File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
83
83
MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0'
84
84
85
85
- name : Upload artifact
86
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
86
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
87
87
with :
88
88
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
89
89
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
90
90
91
91
- name : Upload wheels artifact
92
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
92
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
93
93
with :
94
94
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
95
95
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change 60
60
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
61
61
# format to the repository Actions tab.
62
62
- name : " Upload artifact"
63
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
63
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
64
64
with :
65
65
name : SARIF file
66
66
path : results.sarif
You can’t perform that action at this time.
0 commit comments