Skip to content

Commit e80fdd0

Browse files
author
Diptorup Deb
authored
Merge pull request #1478 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.3.4
Bump actions/upload-artifact from 3.1.0 to 4.3.4
2 parents 7c2939a + 5f43154 commit e80fdd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
run: conda build --no-test --python ${{ matrix.python }} conda-recipe
7373

7474
- name: Upload artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v4.3.4
7676
with:
7777
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7878
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
7979

8080
- name: Upload wheels artifact
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v4.3.4
8282
with:
8383
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
8484
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.WHEELS_NAME }}-*.whl

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363
# format to the repository Actions tab.
6464
- name: "Upload artifact"
65-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
65+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6666
with:
6767
name: SARIF file
6868
path: results.sarif

0 commit comments

Comments
 (0)