Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 5d091a8

Browse files
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](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6081731 commit 5d091a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/alpine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: npm test
3636

37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
3939
with:
4040
name: ${{ matrix.node }}

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run tests
5656
run: npm test
5757

58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
6060
with:
6161
name: ${{ matrix.node }}

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run tests
3636
run: npm test
3737

38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
4040
with:
4141
name: ${{ matrix.node }}

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run tests
4141
run: npm test
4242

43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
4545
with:
4646
name: ${{ matrix.node }}-${{ matrix.architecture }}

0 commit comments

Comments
 (0)