Skip to content

Commit

Permalink
Use upload/download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Oct 21, 2024
1 parent 55829d3 commit 68ff199
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ jobs:
if: ${{ matrix.target.name == 'native' }}

- name: Save artifacts
# use v3 as more recent versions cannot run on Ruche
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tests_${{ matrix.backend.name }}
path: tests_${{ matrix.backend.name }}.tar
Expand Down Expand Up @@ -332,8 +331,7 @@ jobs:

steps:
- name: Get artifacts
# use v3 as more recent versions cannot run on Ruche
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tests_${{ matrix.backend.name }}

Expand Down

0 comments on commit 68ff199

Please sign in to comment.