Skip to content

Commit

Permalink
[SC64][BUILD] Bumped GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Mar 4, 2024
1 parent 01bef40 commit a12641b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Download SummerCart64 repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set package version
uses: frabert/replace-string-action@v2
Expand All @@ -34,7 +34,7 @@ jobs:
SC64_VERSION: ${{ steps.version.outputs.replaced }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sc64-pkg-${{ steps.version.outputs.replaced }}
path: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

steps:
- name: Download SummerCart64 repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set package version
uses: frabert/replace-string-action@v2
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
working-directory: sw/deployer

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}
path: sw/deployer/package/${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}.${{ matrix.package-extension }}
Expand Down

0 comments on commit a12641b

Please sign in to comment.