Skip to content

Commit

Permalink
Merge pull request #111 from anchore/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3

ci: Bump actions/upload-artifact from 2 to 3
  • Loading branch information
bradleyjones authored Nov 8, 2023
2 parents f55647b + 73d5f07 commit 57cffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: dist/**/*

0 comments on commit 57cffb3

Please sign in to comment.