File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
$CHANNELS \
54
54
conda-recipe
55
55
- name : Upload artifact
56
- uses : actions/upload-artifact@v4.4.3
56
+ uses : actions/upload-artifact@v4.6.0
57
57
with :
58
58
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
59
59
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
91
91
- name : Build conda package
92
92
run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
93
93
- name : Upload artifact
94
- uses : actions/upload-artifact@v4.4.3
94
+ uses : actions/upload-artifact@v4.6.0
95
95
with :
96
96
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
97
97
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change 61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.0
64
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.4.0
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
You can’t perform that action at this time.
0 commit comments