diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 751b8c7c..e93a0641 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@v5 + - uses: actions/upload-artifact@v6 with: name: dist path: dist/ @@ -198,7 +198,7 @@ jobs: # Upload installation archive as a workflow artifact. # # At least one path needs to match, or this errors. - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: standalone-${{ matrix.target }} path: |