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 5, 2024
1 parent 977d647 commit a2812de
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ 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
name: release-artifacts-${{ matrix.IDENTITY }}
path: |
build/download-${{ matrix.IDENTITY }}.tgz
build/index-${{ matrix.IDENTITY }}-github.tgz
Expand All @@ -65,9 +65,7 @@ jobs:

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

- name: List downloaded files
run: ls -R
Expand Down

0 comments on commit a2812de

Please sign in to comment.