Skip to content

Commit ac4debf

Browse files
authored
Merge pull request #14 from trunk-io/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents f9c46b8 + aa57597 commit ac4debf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
tools: gh
6060

6161
- id: download
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
path: build
6565

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
tools: gh
6060

6161
- id: download
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
path: build
6565

0 commit comments

Comments
 (0)