Skip to content

Commit 7e13f10

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 1879fb3 commit 7e13f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
# Checkout code
5454
- name: Download bicep
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v6
5656
with:
5757
name: bicep
5858
path: bicep
@@ -76,7 +76,7 @@ jobs:
7676
failOnStdErr: false
7777

7878
- name: Download App
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v6
8080
with:
8181
name: app
8282
path: app

0 commit comments

Comments
 (0)