Skip to content

Commit 63d6eb1

Browse files
authored
Merge pull request #1105 from droidsolutions/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 33f2d09 + 8c044fb commit 63d6eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install packages
9292
run: npm ci --no-fund
9393
- name: Download lib from build job
94-
uses: actions/download-artifact@v5
94+
uses: actions/download-artifact@v6
9595
with:
9696
name: lib
9797
path: dist/

0 commit comments

Comments
 (0)