File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
run : conda build --no-test --python ${{ matrix.python }} --numpy 1.23 ${{ env.CHANNELS }} conda-recipe
124
124
125
125
- name : Upload artifact
126
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
126
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
127
127
with :
128
128
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
129
129
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
63
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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