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 }}