mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-22 05:59: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:
|
steps:
|
||||||
- name: Download SummerCart64 repository
|
- name: Download SummerCart64 repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set package version
|
- name: Set package version
|
||||||
uses: frabert/replace-string-action@v2
|
uses: frabert/replace-string-action@v2
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
SC64_VERSION: ${{ steps.version.outputs.replaced }}
|
SC64_VERSION: ${{ steps.version.outputs.replaced }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sc64-pkg-${{ steps.version.outputs.replaced }}
|
name: sc64-pkg-${{ steps.version.outputs.replaced }}
|
||||||
path: |
|
path: |
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download SummerCart64 repository
|
- name: Download SummerCart64 repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set package version
|
- name: Set package version
|
||||||
uses: frabert/replace-string-action@v2
|
uses: frabert/replace-string-action@v2
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
working-directory: sw/deployer
|
working-directory: sw/deployer
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}
|
name: ${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}
|
||||||
path: sw/deployer/package/${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}.${{ matrix.package-extension }}
|
path: sw/deployer/package/${{ matrix.package-name }}-${{ steps.version.outputs.replaced }}.${{ matrix.package-extension }}
|
||||||
|
Loading…
Reference in New Issue
Block a user