Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 16, 2024
1 parent 8345224 commit 9d30e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
run: tar -cvJf clap-plugins.clap.tar.xz --strip-components 4 builds/${{matrix.build_dir}}/plugins/Release/clap-plugins.clap

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: clap-plugins-${{ matrix.triplet }}.tar.xz
path: clap-plugins.clap.tar.xz

- uses: actions/delete-package-versions@v3
- uses: actions/delete-package-versions@v5
with:
package-name: qtbase_${{ matrix.triplet }}-cp
2 changes: 1 addition & 1 deletion .github/workflows/build-headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: tar -cvJf clap-plugins.clap.tar.xz --strip-components 4 builds/${{matrix.build_dir}}/plugins/Release/clap-plugins.clap

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: clap-plugins-${{ matrix.triplet }}.tar.xz
path: clap-plugins.clap.tar.xz

0 comments on commit 9d30e64

Please sign in to comment.