diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 40ee05d63e..e331e6e6ba 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -279,7 +279,7 @@ jobs: - name: Download Artifacts id: download_windows_artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ github.workspace }} pattern: fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe @@ -396,7 +396,7 @@ jobs: if: ${{ github.event_name == 'push' }} - name: Download Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: fpm-cd-artifacts pattern: 'fpm-*-gcc-12*' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 509858682d..9468827d64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: if: ${{ github.event_name == 'push' }} - name: Download Artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: fpm-cd-artifacts merge-multiple: true