From df12111f15b2f25cde5a91b75f4952104cbecf4f Mon Sep 17 00:00:00 2001 From: Antonio Aloisio Date: Tue, 6 Feb 2024 20:52:05 +0100 Subject: [PATCH] feat: added back gdisk --- .github/workflows/github-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 379e0d1c757..997d4cfefc5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -159,7 +159,7 @@ jobs: fi - name: "Archive artifacts" if: matrix.cfg.skip == false - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: release-${{ matrix.cfg.model }}-${{ matrix.cfg.ui }} path: "/project/artifacts" @@ -193,7 +193,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.event.ref, 'refs/tags/') && !contains(github.event.ref, 'alpha') && !contains(github.event.ref, 'beta') steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: master - name: Setup git config @@ -203,7 +203,7 @@ jobs: git config --global user.name "Circle CI BOT" git config --global push.default simple - name: Download packages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 - name: "Publish Manifest" env: UPDATE_DIR: "updates"