Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#172)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* fixup: group action updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Cousins <michael.cousins@viam.com>
  • Loading branch information
dependabot[bot] and mcous committed Jan 1, 2024
1 parent 3a3ce87 commit fe58a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yaml
Expand Up @@ -24,3 +24,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yaml
Expand Up @@ -92,7 +92,7 @@ jobs:
run: npm run lint

- name: Upload publish artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: publish-artifact
path: lib
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
run: npm install --production

- name: Download publish artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: publish-artifact
path: lib
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
node-version: "20"

- name: Download publish artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: publish-artifact
path: lib
Expand Down

0 comments on commit fe58a59

Please sign in to comment.