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 d41dee8 commit a83b13c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -135,11 +135,11 @@ jobs:
run: tar -cvJf clap-host.tar.xz --strip-components 4 builds/${{matrix.build_dir}}/host/Release/clap-host${{matrix.exe_ext}}

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

- uses: actions/delete-package-versions@v3
- uses: actions/delete-package-versions@v5
with:
package-name: qtbase_${{ matrix.triplet }}-clap-host

0 comments on commit a83b13c

Please sign in to comment.