Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3.1.0' into combined-pr-branch
  • Loading branch information
felddy committed Aug 29, 2022
2 parents 6074531 + 4ac2967 commit 5535bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Compress image
run: gzip dist/image.tar
- name: Upload artifacts
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: dist
path: dist
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
run: pytest --runslow
- name: Upload data artifacts
if: ${{ always() }}
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: data
path: data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
# v3.0.0
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 5535bd5

Please sign in to comment.