diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 8ce4a27aad5..358c988ad24 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -45,7 +45,7 @@ jobs: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes makedocs.jl - name: Upload site as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Docs build path: ./docs/__site diff --git a/.github/workflows/reference_tests.yml b/.github/workflows/reference_tests.yml index 561f6c23122..5144f84bec6 100644 --- a/.github/workflows/reference_tests.yml +++ b/.github/workflows/reference_tests.yml @@ -51,7 +51,7 @@ jobs: julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("CairoMakie", coverage=true)' && echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV - name: Upload test Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ReferenceImages_${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.version }} path: ./CairoMakie/test/recorded_reference_images/ @@ -100,7 +100,7 @@ jobs: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("GLMakie", coverage=true)' && echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV - name: Upload test Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ReferenceImages_${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.version }} path: | @@ -114,7 +114,7 @@ jobs: echo $N_MISSING > ./n_missing/n_missing_refimages echo $COMMIT_SHA >> ./n_missing/n_missing_refimages - name: Upload artifact with number of missing refimages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: n_missing_refimages path: n_missing/ @@ -160,7 +160,7 @@ jobs: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("WGLMakie", coverage=true)' && echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV - name: Upload test Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ReferenceImages_${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.version }} path: ./WGLMakie/test/recorded_reference_images/ diff --git a/.github/workflows/rprmakie.yaml b/.github/workflows/rprmakie.yaml index a5ba8020fc6..631c1ede9bb 100644 --- a/.github/workflows/rprmakie.yaml +++ b/.github/workflows/rprmakie.yaml @@ -50,7 +50,7 @@ jobs: julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("RPRMakie", coverage=true)' && echo "TESTS_SUCCESSFUL=true" >> $GITHUB_ENV - name: Upload test Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ReferenceImages_${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.version }} path: ./RPRMakie/test/recorded