Skip to content

Commit 06ba182

Browse files
chore(gha): bump actions/download-artifact in the github-actions group
Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19081b4 commit 06ba182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ jobs:
125125
mkdir build
126126
mkdir -p tests/bats
127127
128-
- uses: actions/download-artifact@v6
128+
- uses: actions/download-artifact@v7
129129
with:
130130
name: frus-xar
131131
path: build
132132

133-
- uses: actions/download-artifact@v6
133+
- uses: actions/download-artifact@v7
134134
with:
135135
name: frus-bats
136136
path: tests/bats

0 commit comments

Comments
 (0)