Skip to content

Commit

Permalink
BREAKING CHANGE by updating action since its v3 and v4 are incompatib…
Browse files Browse the repository at this point in the history
…le (#11)
  • Loading branch information
CodeReaper authored Oct 17, 2024
1 parent 2ef5b34 commit df4c48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ updates:
schedule:
interval: daily
groups:
pages-and-artifact-actions:
patterns:
- "actions/*pages*"
- "actions/*-artifact"
all-actions:
patterns: [ "*" ]
2 changes: 1 addition & 1 deletion actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit df4c48d

Please sign in to comment.