diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index c3e10920..bbfdfa83 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -83,13 +83,13 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist - name: Upload S03 configs as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: s03_configs path: s03_configs