diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 6aa2c09a..3fca351b 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -29,6 +29,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Save Archive" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: archive.json