Skip to content

Commit d229a87

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.2 (#68)
* Bump actions/upload-artifact from 4.6.0 to 4.6.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/openssf-scorecard.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent 821b773 commit d229a87

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
@@ -62,7 +62,7 @@ jobs:
6262
$CHANNELS \
6363
conda-recipe
6464
- name: Upload artifact
65-
uses: actions/[email protected].0
65+
uses: actions/[email protected].2
6666
with:
6767
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6868
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build conda package
106106
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
107107
- name: Upload artifact
108-
uses: actions/[email protected].0
108+
uses: actions/[email protected].2
109109
with:
110110
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
111111
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
@@ -61,7 +61,7 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.4.0
64+
uses: actions/upload-artifact@v4.6.2
6565
with:
6666
name: SARIF file
6767
path: results.sarif

0 commit comments

Comments
 (0)