Skip to content

Commit 2d4aca7

Browse files
authored
fix: regenerate package-lock and bump actions/upload-artifact to v4 (#214)
* fix: regenerate package-lock with a bump of semver package * chore: bump the actions/upload-artifact to v4
1 parent f4b87ec commit 2d4aca7

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

.changeset/orange-wombats-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-starter-boilerplate": patch
3+
---
4+
5+
fix: regenerate lock file with a bigger `semver` package version to satisfy a `npm ci` command

.changeset/silver-crabs-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-starter-boilerplate": patch
3+
---
4+
5+
chore: bump `actions/upload-artifact` and `actions/download-artifact` to v4

.github/workflows/e2e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build ci
1717
run: npm run build:ci
1818
- name: Upload build
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: build
2222
path: build
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@master
3434
- name: Download build
35-
uses: actions/download-artifact@v3
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: build
3838
path: build
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run build and tests
4444
run: npm run test:chrome
4545
- name: Upload test results
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
if: always()
4848
with:
4949
name: e2e-chrome-artifacts
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@master
6666
- name: Download build
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: build
7070
path: build
@@ -75,7 +75,7 @@ jobs:
7575
- name: Run build and tests
7676
run: npm run test:firefox
7777
- name: Upload test results
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
if: always()
8080
with:
8181
name: e2e-firefox-artifacts
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/checkout@master
9797
- name: Download build
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: build
101101
path: build
@@ -106,7 +106,7 @@ jobs:
106106
- name: Run build and tests
107107
run: npm run test:safari
108108
- name: Upload test results
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
if: always()
111111
with:
112112
name: e2e-safari-artifacts

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)