Skip to content

Commit

Permalink
Update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Nov 4, 2024
1 parent 977d647 commit ecd66e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./bin/build-download.sh ${{ matrix.IDENTITY }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: release-artifacts
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release-artifacts

Expand Down

0 comments on commit ecd66e1

Please sign in to comment.