Skip to content

Commit 7441481

Browse files
Bump actions/download-artifact from 6 to 7 (#242)
Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b64acc1 commit 7441481

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
needs: [build]
102102

103103
steps:
104-
- uses: actions/download-artifact@v6
104+
- uses: actions/download-artifact@v7
105105
with:
106106
name: installer
107107

@@ -124,7 +124,7 @@ jobs:
124124
if: github.event.release.tag_name
125125

126126
steps:
127-
- uses: actions/download-artifact@v6
127+
- uses: actions/download-artifact@v7
128128
with:
129129
name: installer
130130
path: .build
@@ -145,7 +145,7 @@ jobs:
145145
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
146146

147147
steps:
148-
- uses: actions/download-artifact@v6
148+
- uses: actions/download-artifact@v7
149149
with:
150150
name: installer
151151
path: .build

0 commit comments

Comments
 (0)