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

Commit 1456114

Browse files
dependabot[bot]nschonni
authored andcommitted
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](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b465b69 commit 1456114

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
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@v2
38+
- uses: actions/upload-artifact@v3
3939
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
4040
with:
4141
name: ${{ matrix.node }}

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run tests
6262
run: npm test
6363

64-
- uses: actions/upload-artifact@v2
64+
- uses: actions/upload-artifact@v3
6565
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
6666
with:
6767
name: ${{ matrix.node }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
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@v2
38+
- uses: actions/upload-artifact@v3
3939
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
4040
with:
4141
name: ${{ matrix.node }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run tests
5151
run: npm test
5252

53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v3
5454
if: github.repository_owner == 'sass' && github.event_name != 'pull_request'
5555
with:
5656
name: ${{ matrix.node }}-${{ matrix.architecture }}

0 commit comments

Comments
 (0)