Skip to content

Commit

Permalink
Upgrade actions/upload-artifact and actions/download-artifact fro…
Browse files Browse the repository at this point in the history
…m 3 to 4 version
  • Loading branch information
tyranron committed Dec 15, 2023
1 parent 82756b5 commit 5052dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- run: make docker.tar to-file=.cache/image.tar
tags=build-${{ github.run_number }}-${{ matrix.os }}-${{ matrix.arch }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ github.run_number }}
path: .cache/image.tar
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: docker/setup-qemu-action@v3
- run: make npm.install

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ github.run_number }}
path: .cache/
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
text: ${{ github.ref }}
regex: '^refs/tags/v(.+)$'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: .cache/
if: ${{ steps.skip.outputs.no == 'true' }}
Expand Down

0 comments on commit 5052dd8

Please sign in to comment.