diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9c5972..e911f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Upload failed test output if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: failed-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }} path: ./autotest/.failed diff --git a/.github/workflows/pymake-requests.yml b/.github/workflows/pymake-requests.yml index 511fdeb..33abb73 100644 --- a/.github/workflows/pymake-requests.yml +++ b/.github/workflows/pymake-requests.yml @@ -49,7 +49,7 @@ jobs: - name: Upload failed test output if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: failed-requests path: ./autotest/.failed diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd41696..3a9bb67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: command: make-code-json - name: Upload code.md - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code.md path: code.md @@ -173,7 +173,7 @@ jobs: run: twine check --strict dist/* - name: Upload package - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist