diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e773e8..02ed327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: | task publish - name: Attach manifest to workflow run - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: manifest.yaml path: ./manifest.yaml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a603b1f..2c20666 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -42,7 +42,7 @@ jobs: task publish task manifest - name: Attach manifest to workflow run - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: manifest.yaml path: ./manifest.yaml