Skip to content

Commit

Permalink
Bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jul 9, 2024
1 parent e4b1340 commit ba4bd2a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Upload release as artifact
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TARGET }}
path: |
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile
run: |
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Upload release as artifact
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TARGET }}
path: |
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile
run: |
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Upload release as artifact
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TARGET }}
path: |
Expand All @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile
run: |
Expand All @@ -149,7 +149,7 @@ jobs:
- name: Upload release as artifact
if: ${{ success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TARGET }}
path: |
Expand Down

0 comments on commit ba4bd2a

Please sign in to comment.