Skip to content

Commit

Permalink
Update sw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Mar 28, 2024
1 parent 8485fb6 commit 4f8acc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- run: ./sw -static build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sw
path: .sw/out
Expand All @@ -30,7 +30,7 @@ jobs:
sudo dnf -y install flex bison cmake which gcc clang clang-tools-extra lld git
- uses: egorpugin/sw-action@master
- run: ./sw -static build -compiler gcc
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: sw
path: .sw/out
Expand Down

0 comments on commit 4f8acc9

Please sign in to comment.