Skip to content

Commit a094f76

Browse files
authored
Merge pull request #50 from kiddivouchers/dependabot/github_actions/actions/download-artifact-8
github-actions(deps): bump actions/download-artifact from 7 to 8
2 parents 75575c9 + b2c59cb commit a094f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: build
7575
steps:
7676
- name: Download artifacts
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
- name: Combine artifacts
7979
run: |
8080
mkdir -p output

0 commit comments

Comments
 (0)