File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
conda-merge ${{ env.build-with-oneapi-env }} ${{ env.oneapi-pkgs-env }} > ${{ env.environment-file }}
51
51
52
52
- name : Upload artifact
53
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
53
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
54
54
with :
55
55
name : ${{ env.environment-file-name }}
56
56
path : ${{ env.environment-file }}
Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ jobs:
102
102
MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0'
103
103
104
104
- name : Upload artifact
105
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
105
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
106
106
with :
107
107
name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
108
108
path : ${{ env.CONDA_BLD }}${{ env.package-name }}-*.conda
109
109
110
110
- name : Upload wheels artifact
111
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112
112
with :
113
113
name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
114
114
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
63
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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