Skip to content

Commit eef1302

Browse files
dependabot[bot]duncdrum
authored andcommitted
chore(gha): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23caca9 commit eef1302

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@v5
128+
- uses: actions/download-artifact@v6
129129
with:
130130
name: frus-xar
131131
path: build
132132

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

0 commit comments

Comments
 (0)