Skip to content

Commit

Permalink
update artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Mar 15, 2024
1 parent 8863040 commit a5eb31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
make VERSION=${{ steps.extract_ref.outputs.GIT_REF }} start-docker
- if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: smocker-bin
path: ./build/smocker.tar.gz
Expand All @@ -112,7 +112,7 @@ jobs:
- id: extract_ref
run: echo ::set-output name=GIT_REF::$(echo ${GITHUB_REF##*/})

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: smocker-bin
path: ./build
Expand Down

0 comments on commit a5eb31a

Please sign in to comment.