Skip to content

Commit 29381be

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 800ba0e commit 29381be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/robot-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ jobs:
164164
runs-on: ubuntu-latest
165165

166166
steps:
167-
- uses: actions/download-artifact@v4
167+
- uses: actions/download-artifact@v5
168168
with:
169169
pattern: test-results-*
170170
merge-multiple: true
171-
- uses: actions/download-artifact@v4
171+
- uses: actions/download-artifact@v5
172172
with:
173173
pattern: test-unit
174174

0 commit comments

Comments
 (0)