Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and RouHim committed May 22, 2022
1 parent 31c038a commit dfdf90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
docker build -t rouhim/this-week-in-past:${{ github.sha }} .
docker save rouhim/this-week-in-past:${{ github.sha }} > this-week-in-past.tar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: docker-artifact
path: this-week-in-past.tar
Expand Down

0 comments on commit dfdf90d

Please sign in to comment.