diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc58395e..a8d6cbf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: run: bin/rails db:test:prepare test:system - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: screenshots diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index 02b62085..7603c8a8 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -39,7 +39,7 @@ jobs: docs/architecture/index.adoc - name: Upload PDF Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: architecture-pdf path: headless-dam-architecture.pdf \ No newline at end of file