From 4f2e2c485d0b9f7bc5f0088d456a203a30dcb368 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 5 Nov 2024 23:06:20 +0900 Subject: [PATCH] Updated actions --- .github/workflows/build_artifacts.yml | 4 ++-- .github/workflows/pr_from_upstream.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index 6c72700..b03cd08 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -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: | diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index aa03b79..c6b9bea 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -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