Skip to content

Commit d2b32ce

Browse files
committed
chore: bump the actions/upload-artifact to v4
1 parent 0ad63b5 commit d2b32ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/orange-wombats-give.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"react-starter-boilerplate": patch
33
---
44

5-
Regenerate lock file with a bigger `semver` package version to satisfy a `npm ci` command
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` to v4

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)