Skip to content

Commit

Permalink
[WIP] Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabo committed Oct 11, 2024
1 parent a7d97fe commit 7a28e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: earthly --ci --remote-cache=ghcr.io/safing/build-cache --push +release-prep

- name: Upload Dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download Dist
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down

0 comments on commit 7a28e40

Please sign in to comment.