Skip to content

Commit

Permalink
Merge pull request #4 from btwrk/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-3.1.0

Bump actions/upload-artifact from 2.2.0 to 3.1.0
  • Loading branch information
mergify[bot] authored Jul 29, 2022
2 parents 951d4a7 + 24c91c3 commit 5a6c1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

# optional: for debugging the uploaded sarif
- name: Upload loc as a Build Artifact
uses: actions/upload-artifact@v2.2.0
uses: actions/upload-artifact@v3.1.0
with:
name: sarif-results
path: sarif-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
&& exit 1)
- name: archive lib when diff
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.1.0
if: failure()
with:
name: ci-built-lib
Expand Down

0 comments on commit 5a6c1cf

Please sign in to comment.