Skip to content

Commit

Permalink
Merge pull request opencontainers#3455 from opencontainers/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/upload-artifact-3

build(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
kolyshkin authored Apr 12, 2022
2 parents 66d12b5 + b6eb947 commit 98d3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: make releaseall
run: make releaseall
- name: upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: release-${{ github.run_id }}
path: release/*

0 comments on commit 98d3b5a

Please sign in to comment.