diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87785ed..9dbc570 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@v6 + uses: actions/upload-artifact@v7 with: name: manifest.yaml path: ./manifest.yaml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ea8cf9b..105072d 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@v6 + uses: actions/upload-artifact@v7 with: name: manifest.yaml path: ./manifest.yaml