Skip to content

Commit

Permalink
bump {upload,download}-artifact to v4
Browse files Browse the repository at this point in the history
  V3 is no longer supported, though the new version shouldn't change anything here.
  • Loading branch information
KtorZ committed Feb 15, 2025
1 parent a3f4536 commit c8b24e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./dist/bin/kupo +RTS --info -RTS
- name: 📎 Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kupo-${{ steps.tag.outputs.value }}-${{ matrix.arch }}-${{ matrix.os }}
path: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}

- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: kupo-${{ steps.tag.outputs.value }}-${{ matrix.arch }}-${{ matrix.os }}

Expand Down

0 comments on commit c8b24e5

Please sign in to comment.