diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c62c5ee..cd7c2ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,7 +81,7 @@ jobs: - name: Upload image diffs when tests failed if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: diffs-of-generated-roadmaps-${{ matrix.os }}-${{ matrix.python-version }} path: | diff --git a/.github/workflows/generate_examples.yaml b/.github/workflows/generate_examples.yaml index d550b06..7ec450f 100644 --- a/.github/workflows/generate_examples.yaml +++ b/.github/workflows/generate_examples.yaml @@ -55,7 +55,7 @@ jobs: python -m src.tests.roadmap_generators.roadmap_generator --operating-system $os --target-directory examples - name: Upload generated roadmaps - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: example-roadmaps-${{ matrix.os }} path: examples/