Skip to content

Commit 0cb497f

Browse files
authored
Merge pull request #42 from IntelPython/dependabot/github_actions/actions/upload-artifact-4.6.1
Bump actions/upload-artifact from 4.4.3 to 4.6.1
2 parents b2d2a08 + 46761ee commit 0cb497f

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
@@ -57,7 +57,7 @@ jobs:
5757
conda-recipe
5858
5959
- name: Upload artifact
60-
uses: actions/upload-artifact@v4.4.3
60+
uses: actions/upload-artifact@v4.6.1
6161
with:
6262
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6363
path: ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.conda
@@ -179,7 +179,7 @@ jobs:
179179
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
180180
181181
- name: Upload artifact
182-
uses: actions/upload-artifact@v4.4.3
182+
uses: actions/upload-artifact@v4.6.1
183183
with:
184184
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
185185
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
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@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.1
66+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.4.1
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)