Skip to content

Commit d8e19bc

Browse files
authored
Merge pull request #1489 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.3.6
Bump actions/upload-artifact from 4.3.5 to 4.3.6
2 parents af9df35 + 823ffb2 commit d8e19bc

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.3.5
75+
uses: actions/upload-artifact@v4.3.6
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.3.5
81+
uses: actions/upload-artifact@v4.3.6
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
65+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
6666
with:
6767
name: SARIF file
6868
path: results.sarif

0 commit comments

Comments
 (0)