diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8beff42..0338c71 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -50,7 +50,7 @@ jobs: run: make test-integration - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: output diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 4b2af2e..ab22953 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -32,7 +32,7 @@ jobs: run: make test-integration - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: output