mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64][BUILD] Bumped GitHub Actions dependencies
This commit is contained in:
parent
01bef4060e
commit
a12641bf39
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -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
|
||||
@ -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: |
|
||||
@ -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
|
||||
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user