Skip to content

Commit 83ddfae

Browse files
authored
Merge pull request NixOS#14389 from NixOS/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 2b382b1 + ccc0645 commit 83ddfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@v5
166166
- name: Download installer tarball
167-
uses: actions/download-artifact@v5
167+
uses: actions/download-artifact@v6
168168
with:
169169
name: installer-${{matrix.os}}
170170
path: out

0 commit comments

Comments
 (0)