From 145611489d7f873582c80c6cd73d50ee1997b0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:35:29 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- 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 8b505349f..4198573be 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 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 690dfeb89..3fcddc01a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -61,7 +61,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 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 16988f34d..cd65d5231 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@v2 + - uses: actions/upload-artifact@v3 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 c4799e8e1..0c40a7a3f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: npm test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: github.repository_owner == 'sass' && github.event_name != 'pull_request' with: name: ${{ matrix.node }}-${{ matrix.architecture }}