diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3753307..4718a07 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 81c19e9..2baa765 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