Skip to content

Commit fe58a59

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (#172)
* chore(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]> * fixup: group action updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Cousins <[email protected]>
1 parent 3a3ce87 commit fe58a59

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/dependabot.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ updates:
2424
directory: "/"
2525
schedule:
2626
interval: "monthly"
27+
groups:
28+
actions:
29+
patterns:
30+
- "*"

.github/workflows/ci-cd.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: npm run lint
9393

9494
- name: Upload publish artifact
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: publish-artifact
9898
path: lib
@@ -130,7 +130,7 @@ jobs:
130130
run: npm install --production
131131

132132
- name: Download publish artifact
133-
uses: actions/download-artifact@v3
133+
uses: actions/download-artifact@v4
134134
with:
135135
name: publish-artifact
136136
path: lib
@@ -212,7 +212,7 @@ jobs:
212212
node-version: "20"
213213

214214
- name: Download publish artifact
215-
uses: actions/download-artifact@v3
215+
uses: actions/download-artifact@v4
216216
with:
217217
name: publish-artifact
218218
path: lib

0 commit comments

Comments
 (0)