Skip to content

Commit

Permalink
Update to workflow to v4 of tarball artifact actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Sep 18, 2024
1 parent ef77fe8 commit af3b361
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 @@ -6,7 +6,7 @@ jobs:
Tarball:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install dependencies
Expand All @@ -18,7 +18,7 @@ jobs:
(./autogen.sh || (cat config.log; false))
&& make distcheck && make clean
- name: Archive dist tarball artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rtaudio-dev-tarball
path: rtaudio-*.tar.gz
Expand Down

0 comments on commit af3b361

Please sign in to comment.