diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index f46d8772e..16252234b 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -44,7 +44,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 44ec2b1de..bd338fab2 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 205da615c..718ff1d0c 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 799ca57df..c56f87dcc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -45,7 +45,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 }}