Skip to content

Commit

Permalink
Update gha to new artefact ul/dl
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Sep 25, 2024
1 parent 55667e8 commit a2b973d
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 @@ -45,7 +45,7 @@ jobs:
- name: Upload package
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ska-${{ github.ref_name }}-${{ matrix.config.os }}-${{ matrix.config.toolchain }}
path: ska-${{ github.ref_name }}-${{ matrix.config.os }}-${{ matrix.config.toolchain }}.tar.gz
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
path: build

Expand Down

0 comments on commit a2b973d

Please sign in to comment.