From df4c48d6c29bd6aa463c4b4aa1bdaf267d3d3a6a Mon Sep 17 00:00:00 2001 From: Jakob Jensen Date: Thu, 17 Oct 2024 11:39:06 +0200 Subject: [PATCH] BREAKING CHANGE by updating action since its v3 and v4 are incompatible (#11) --- .github/dependabot.yml | 6 ++---- actions/docker-build-and-push/action.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e21a62..25109b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,5 @@ updates: schedule: interval: daily groups: - pages-and-artifact-actions: - patterns: - - "actions/*pages*" - - "actions/*-artifact" + all-actions: + patterns: [ "*" ] diff --git a/actions/docker-build-and-push/action.yaml b/actions/docker-build-and-push/action.yaml index c93cb09..38f843f 100644 --- a/actions/docker-build-and-push/action.yaml +++ b/actions/docker-build-and-push/action.yaml @@ -27,7 +27,7 @@ inputs: runs: using: composite steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 name: Download available artifacts # this supports use of artifacts (currently only frontends) with: path: artifacts/