diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 701ce5a7dd9..c66f837f446 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -275,7 +275,7 @@ jobs: run: pip install tabulate pandas - name: Download reports - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: compat path: .github/compat/new diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 911a1849254..041aecf90c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -316,7 +316,7 @@ jobs: run: python update_flopy.py - name: Download pre-built binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bin-${{ runner.os }} path: bin @@ -466,7 +466,7 @@ jobs: eval "$cmd" - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: ${{ needs.build.outputs.distname }}_${{ matrix.ostag }}