File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ jobs:
62
62
$CHANNELS \
63
63
conda-recipe
64
64
- name : Upload artifact
65
- uses : actions/upload-artifact@v4.3.4
65
+ uses : actions/upload-artifact@v4.3.5
66
66
with :
67
67
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
68
68
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
69
69
- name : Upload wheels artifact
70
- uses : actions/upload-artifact@v4.3.4
70
+ uses : actions/upload-artifact@v4.3.5
71
71
with :
72
72
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
73
73
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -111,12 +111,12 @@ jobs:
111
111
OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112
112
run : conda build --no-test --python ${{ matrix.python }} -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
113
113
- name : Upload artifact
114
- uses : actions/upload-artifact@v4.3.4
114
+ uses : actions/upload-artifact@v4.3.5
115
115
with :
116
116
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
117
117
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
118
118
- name : Upload wheels artifact
119
- uses : actions/upload-artifact@v4.3.4
119
+ uses : actions/upload-artifact@v4.3.5
120
120
with :
121
121
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
122
122
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
git push tokened_docs gh-pages
105
105
- name : Save built docs as an artifact
106
106
if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
107
- uses : actions/upload-artifact@v4.3.4
107
+ uses : actions/upload-artifact@v4.3.5
108
108
with :
109
109
name : ${{ env.PACKAGE_NAME }} rendered documentation
110
110
path : ~/docs
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
63
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
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