Skip to content

Commit

Permalink
Upgrade deprected github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hasselmm committed Jun 30, 2024
1 parent 6a92e7a commit aa9db9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: cd build && cmake --build . --target package

- name: Archive packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: build/*.tar.gz
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: cd build && cmake --build . --target package

- name: Archive packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: build/*.zip
Expand Down

0 comments on commit aa9db9e

Please sign in to comment.