Skip to content

Commit

Permalink
Update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 25, 2024
1 parent 237e899 commit 2b999e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: make distcheck
run: make distcheck
- if: ${{ matrix.cc == 'gcc' }}
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: tarball
path: gstpeaq-*.tar.gz
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
throw "test failure"
}
.\vs\runtest-${{ matrix.platform }}.ps1
- uses: actions/upload-artifact@v2.2.1
- uses: actions/upload-artifact@v4
with:
name: binaries-win-${{ matrix.arch }}
path: |
Expand Down

0 comments on commit 2b999e6

Please sign in to comment.