diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 35c788b..f72351a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -24,3 +24,7 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + actions: + patterns: + - "*" diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 9162c97..6861f75 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -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 @@ -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 @@ -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