Skip to content

Commit

Permalink
fixup: group action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jan 1, 2024
1 parent 8503738 commit 1eb9250
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
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 1eb9250

Please sign in to comment.