Skip to content

Commit 23bbbe4

Browse files
Merge pull request #19 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.4.1
Bump actions/upload-artifact from 4.4.0 to 4.4.1
2 parents 727f926 + 07719dc commit 23bbbe4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/conda-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
conda-recipe-cf
5656
5757
- name: Upload artifact
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
with:
6060
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6161
path: ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -176,7 +176,7 @@ jobs:
176176
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
177177
178178
- name: Upload artifact
179-
uses: actions/[email protected].0
179+
uses: actions/[email protected].1
180180
with:
181181
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
182182
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2

.github/workflows/openssf-scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)