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 5757 cat ${{ env.environment-file }}
5858
5959 - name : Upload artifact
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6161 with :
6262 name : ${{ env.environment-file-name }}
6363 path : ${{ env.environment-file }}
Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ jobs:
102102 MAX_BUILD_CMPL_MKL_VERSION : ' 2026.0a0'
103103
104104 - name : Upload artifact
105- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
105+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106106 with :
107107 name : ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
108108 path : ${{ env.CONDA_BLD }}${{ env.package-name }}-*.conda
109109
110110 - name : Upload wheels artifact
111- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
112112 with :
113113 name : ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
114114 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.package-name }}-*.whl
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
You can’t perform that action at this time.
0 commit comments