diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b010c5d..6903204 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -96,7 +96,7 @@ jobs: touch "$RUNNER_TEMP/digests/${digest#sha256:}" - name: Keep the digest for the merge job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: digests-${{ matrix.suffix }} path: ${{ runner.temp }}/digests/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7e7a79..45c81e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: cat "$RUNNER_TEMP/notes.md" >>"$GITHUB_STEP_SUMMARY" - name: Keep the changelog for the publish job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-notes path: ${{ runner.temp }}/notes.md @@ -126,7 +126,7 @@ jobs: (cd dist && sha256sum "$name.tar.gz" >"$name.tar.gz.sha256") - name: Keep the archive for the publish job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: binary-${{ matrix.target }} path: |