diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1830b630a2..a0d72e21ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: # otherwise third-party contributors would have to provide a working, # authenticated GHCR, which seems impossible to ensure in the general # case. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: snuba-ci path: /tmp/snuba-ci.tar diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d466822b4..1be7f58d88 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: force_orphan: true - name: Archive Docs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docs path: docs/build