From 5d091a858a0c24624c52a595d8bbda3ab6778cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:16:07 +0000 Subject: [PATCH] build(deps): 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/alpine.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 7aaf451dc..b84543c65 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -34,7 +34,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3f8939cc1..52ce25cab 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -55,7 +55,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 056e1cf3b..558c2abbc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50528faec..6d11e2f1e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }}-${{ matrix.architecture }}