Skip to content

Commit 7c2d7ec

Browse files
authored
Merge pull request #49 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 50d0047 + 7c371ce commit 7c2d7ec

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/[email protected].1
60+
uses: actions/[email protected].2
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/[email protected].1
182+
uses: actions/[email protected].2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.4.1
66+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.4.1
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)