Skip to content

Commit

Permalink
revert to v3 build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revelaction authored Aug 30, 2024
1 parent b00e153 commit 04b17b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GOARCH: ${{ matrix.GOARCH }}
GOARM: ${{ matrix.GOARM }}
- name: Upload workflow artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ical-git-binaries
path: ical-git-*
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ical-git-binaries
- name: Upload release artifacts
Expand Down

0 comments on commit 04b17b3

Please sign in to comment.