From 0665582715fc6546f01b174375c903e3b8c54684 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 29 May 2025 18:53:11 +0200 Subject: [PATCH] ci: Fix outdated actions --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 42b64e3..a1c89fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,14 +9,14 @@ jobs: - name: Install Dependencies run: sudo apt update && sudo apt install gcc-multilib - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Create Build Tag id: build_tag run: echo "::set-output name=BUILD_TAG::build-$(date -u +'%Y%m%d')-$(git rev-parse --short HEAD)" - name: Build run: make - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: | image/cromwell.bin @@ -24,7 +24,7 @@ jobs: xbe/xromwell.xbe - name: Create Release if: github.event_name == 'push' && github.ref == 'refs/heads/master' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2.2.2 with: files: | image/cromwell.bin