Skip to content

Commit

Permalink
ci: try different versions of upload/download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Apr 17, 2024
1 parent b998666 commit 5262c93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Move artifact
run: mv zig-out/lib/libxsklineprofiles.* ./xspec
- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@4
with:
name: ${{matrix.target}}-lineprofiles
name: ${{matrix.target}}-lineprofiles.tar.gz
path: ./xspec

xspec:
Expand All @@ -59,10 +59,9 @@ jobs:
container: fjebaker/heasoft:ci-6.33.1-amd64
steps:
- name: Download artifacts
uses: actions/download-artifact@master
uses: actions/download-artifact@4
with:
name: x86_64-linux-gnu-lineprofiles
path: .
name: x86_64-linux-gnu-lineprofiles.tar.gz
- name: Unpack and locate
run: |
ls -la
Expand Down

0 comments on commit 5262c93

Please sign in to comment.