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 57
57
conda-recipe
58
58
59
59
- name : Upload artifact
60
- uses : actions/upload-artifact@v4.6.1
60
+ uses : actions/upload-artifact@v4.6.2
61
61
with :
62
62
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
63
63
path : ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.conda
@@ -179,7 +179,7 @@ jobs:
179
179
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
180
180
181
181
- name : Upload artifact
182
- uses : actions/upload-artifact@v4.6.1
182
+ uses : actions/upload-artifact@v4.6.2
183
183
with :
184
184
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
185
185
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.4.1
66
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.4.1
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
You can’t perform that action at this time.
0 commit comments