Skip to content

Commit c5d18f4

Browse files
authored
Merge pull request #2026 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.6.2
Bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents 7bad589 + dc90652 commit c5d18f4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .github/workflows/conda-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
$CHANNELS \
6565
conda-recipe
6666
- name: Upload artifact
67-
uses: actions/[email protected].1
67+
uses: actions/[email protected].2
6868
with:
6969
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7070
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
7171
- name: Upload wheels artifact
72-
uses: actions/[email protected].1
72+
uses: actions/[email protected].2
7373
with:
7474
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7575
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -127,13 +127,13 @@ jobs:
127127
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
128128
129129
- name: Upload artifact
130-
uses: actions/[email protected].1
130+
uses: actions/[email protected].2
131131
with:
132132
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
133133
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
134134

135135
- name: Upload wheels artifact
136-
uses: actions/[email protected].1
136+
uses: actions/[email protected].2
137137
with:
138138
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
139139
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl

Diff for: .github/workflows/generate-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git push tokened_docs gh-pages
109109
- name: Save built docs as an artifact
110110
if: ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
111-
uses: actions/[email protected].1
111+
uses: actions/[email protected].2
112112
with:
113113
name: ${{ env.PACKAGE_NAME }} rendered documentation
114114
path: ~/docs

Diff for: .github/workflows/openssf-scorecard.yml

+1-1
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.4.0
64+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.4.0
6565
with:
6666
name: SARIF file
6767
path: results.sarif

0 commit comments

Comments
 (0)