Skip to content

Commit

Permalink
chore(deps): update actions/download-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 5eb3662 commit ae1dd0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: sablier-image-tar
path: /tmp
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: sablier-image-tar
path: /tmp
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: sablier-image-tar
path: /tmp
Expand All @@ -173,7 +173,7 @@ jobs:
run: docker load --input /tmp/sablier.tar

- name: Download Caddy artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: caddy-image-tar
path: /tmp
Expand Down

0 comments on commit ae1dd0a

Please sign in to comment.