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 @@ -72,13 +72,13 @@ jobs:
72
72
run : conda build --no-test --python ${{ matrix.python }} conda-recipe
73
73
74
74
- name : Upload artifact
75
- uses : actions/upload-artifact@v4
75
+ uses : actions/upload-artifact@v4.3.4
76
76
with :
77
77
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
78
78
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
79
79
80
80
- name : Upload wheels artifact
81
- uses : actions/upload-artifact@v4
81
+ uses : actions/upload-artifact@v4.3.4
82
82
with :
83
83
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
84
84
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.WHEELS_NAME }}-*.whl
Original file line number Diff line number Diff line change 62
62
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
63
63
# format to the repository Actions tab.
64
64
- name : " Upload artifact"
65
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
65
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
66
66
with :
67
67
name : SARIF file
68
68
path : results.sarif
You can’t perform that action at this time.
0 commit comments