diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b8dc81107..8f0e0114e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -51,7 +51,7 @@ jobs: # using this token rather than github.token due to `release not found` bug # https://github.com/pkgxdev/cli/issues/5252 GH_TOKEN: ${{ secrets.GH_TOKEN }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: srcs path: ${{ env.FILENAME }}.tar.gz diff --git a/.github/workflows/ci.ca-cert.yml b/.github/workflows/ci.ca-cert.yml index d7d935464..dbc07cc49 100644 --- a/.github/workflows/ci.ca-cert.yml +++ b/.github/workflows/ci.ca-cert.yml @@ -22,7 +22,7 @@ jobs: - run: apt-get update && apt-get install -y curl gcc perl make - uses: dtolnay/rust-toolchain@stable - run: cargo build --release - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: path: ./target/release/pkgx name: pkgx