diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f7831fa..427d4027 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - run: python3 -m build # Upload dists as workflow artifacts. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/ @@ -202,7 +202,7 @@ jobs: # Upload installation archive as a workflow artifact. # # At least one path needs to match, or this errors. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: standalone-${{ matrix.target }} path: |