File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
$CHANNELS \
58
58
conda-recipe
59
59
- name : Upload artifact
60
- uses : actions/upload-artifact@v4.4.3
60
+ uses : actions/upload-artifact@v4.6.0
61
61
with :
62
62
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
63
63
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
95
95
- name : Build conda package
96
96
run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
97
97
- name : Upload artifact
98
- uses : actions/upload-artifact@v4.4.3
98
+ uses : actions/upload-artifact@v4.6.0
99
99
with :
100
100
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
101
101
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
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
68
68
retention-days : 14
69
69
70
70
# Upload the results to GitHub's code scanning dashboard.
71
71
- name : " Upload to code-scanning"
72
- uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
72
+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments