Skip to content

Commit

Permalink
chore(deps): update actions/upload-download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent 10e4f31 commit 060b1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
outputs: type=docker,dest=/tmp/freyr-dev.tar

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: freyr-dev
path: /tmp/freyr-dev.tar
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6

- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: freyr-dev
path: /tmp
Expand Down

0 comments on commit 060b1c0

Please sign in to comment.