Skip to content

Commit

Permalink
Switch to Github Actions v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz committed Jan 6, 2025
1 parent b6bb861 commit e0ec449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container: cahirwpz/demoscene-toolchain:latest

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

Expand All @@ -24,7 +24,7 @@ jobs:
run: tar czf demoscene-toolchain.tar.gz /usr/local

- name: Upload toolchain
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: demoscene-toolchain
path: demoscene-toolchain.tar.gz

0 comments on commit e0ec449

Please sign in to comment.