mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-23 19:55:38 +00:00
Updated actions
This commit is contained in:
parent
656d7eb770
commit
4f2e2c485d
4
.github/workflows/build_artifacts.yml
vendored
4
.github/workflows/build_artifacts.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
owner: "RetroDECK"
|
||||
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
echo $hash > ${GITHUB_WORKSPACE}/RetroDECK-Artifact-cooker.sha
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: RetroDECK-Artifacts
|
||||
path: |
|
||||
|
|
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
fetch-depth: 0 # Retrieve full history to allow merging
|
||||
|
|
Loading…
Reference in a new issue