Skip to content

Commit de4bd59

Browse files
Merge pull request #1865 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.4.3
Bump actions/upload-artifact from 4.4.0 to 4.4.3
2 parents 5dee5b7 + 6587582 commit de4bd59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
$CHANNELS \
6464
conda-recipe
6565
- name: Upload artifact
66-
uses: actions/upload-artifact@v4.4.0
66+
uses: actions/upload-artifact@v4.4.3
6767
with:
6868
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6969
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
7070
- name: Upload wheels artifact
71-
uses: actions/upload-artifact@v4.4.0
71+
uses: actions/upload-artifact@v4.4.3
7272
with:
7373
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7474
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -125,13 +125,13 @@ jobs:
125125
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
126126
127127
- name: Upload artifact
128-
uses: actions/upload-artifact@v4.4.0
128+
uses: actions/upload-artifact@v4.4.3
129129
with:
130130
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
131131
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
132132

133133
- name: Upload wheels artifact
134-
uses: actions/upload-artifact@v4.4.0
134+
uses: actions/upload-artifact@v4.4.3
135135
with:
136136
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
137137
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
git push tokened_docs gh-pages
106106
- name: Save built docs as an artifact
107107
if: ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
108-
uses: actions/upload-artifact@v4.4.0
108+
uses: actions/upload-artifact@v4.4.3
109109
with:
110110
name: ${{ env.PACKAGE_NAME }} rendered documentation
111111
path: ~/docs

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
64+
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.0
6565
with:
6666
name: SARIF file
6767
path: results.sarif

0 commit comments

Comments
 (0)