diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f52073f3..7a7e411a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: shasum -a 256 "${ARCHIVE}" > "${ARCHIVE}.sha256" echo "ARCHIVE=${ARCHIVE}" >> "$GITHUB_ENV" - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with: name: tero-${{ matrix.goos }}-${{ matrix.goarch }} path: | @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 with: path: artifacts merge-multiple: true