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 acouvreur committed Sep 13, 2023
1 parent d8fe81e commit a1debc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
outputs: type=docker,dest=/tmp/sablier.tar

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sablier-image-tar
path: /tmp/sablier.tar
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
outputs: type=docker,dest=/tmp/caddy.tar

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: caddy-image-tar
path: /tmp/caddy.tar
Expand Down

0 comments on commit a1debc4

Please sign in to comment.