Skip to content

Commit 36132a8

Browse files
Bump actions/download-artifact from 7 to 8 (#1232)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mikkelguntveit <mikkel.guntveit@visma.com>
1 parent 8eead22 commit 36132a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
timeout-minutes: 1
5151
steps:
5252
- name: Download artifact
53-
uses: actions/download-artifact@v7
53+
uses: actions/download-artifact@v8
5454
with:
5555
name: action.yml
5656

5757
- name: Download artifact
58-
uses: actions/download-artifact@v7
58+
uses: actions/download-artifact@v8
5959
with:
6060
name: dist
6161
path: ./dist

0 commit comments

Comments
 (0)