From 5d82b2ed99eb9145e5bb9aef197e1d59e134024a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:58:09 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Docs.yml | 2 +- .github/workflows/reference_tests.yml | 8 ++++---- .github/workflows/rprmakie.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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