Skip to content

Commit 37c1406

Browse files
Merge pull request #12 from easybill/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents f259fad + da21a5d commit 37c1406

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
@@ -134,7 +134,7 @@ jobs:
134134
echo "TAG_NAME=$VERSION" >> $GITHUB_ENV
135135
136136
- name: Download artifacts
137-
uses: actions/download-artifact@v7
137+
uses: actions/download-artifact@v8
138138
with:
139139
path: binaries
140140

0 commit comments

Comments
 (0)