From c25a15e2d89a1369e3e65e5691953b6fd2c8df0b Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Wed, 20 Mar 2024 15:27:37 +0100 Subject: [PATCH] CI: fix download-artifact job --- .github/workflows/pre-release.yml | 2 +- .github/workflows/tagged-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index e86bcba5..1d50a3df 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -99,7 +99,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Create Release uses: "marvinpinto/action-automatic-releases@latest" with: diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index ab853107..0d9ef35d 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -95,7 +95,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: "Create Release" uses: "marvinpinto/action-automatic-releases@latest" with: