Skip to content

Commit

Permalink
Merge pull request #3340 from facebook/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-3

Bump actions/upload-artifact from 1 to 3
  • Loading branch information
felixhandte authored Dec 20, 2022
2 parents e4018c4 + 9730aa4 commit 3a7e2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-long-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
dry-run: false
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
uses: actions/upload-artifact@v3 # tag=v3.0.0
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 3a7e2ee

Please sign in to comment.