Skip to content

Commit 5719b19

Browse files
authored
Merge pull request #15 from tfc/dependabot/github_actions/actions/download-artifact-6.0.0
ci(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents e2ee722 + c1fc140 commit 5719b19

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
@@ -87,7 +87,7 @@ jobs:
8787
git tag ${{ steps.version.outputs.version }}
8888
git push origin ${{ steps.version.outputs.version }}
8989
- name: Download artifacts
90-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
90+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v5
9191
with:
9292
path: artifacts/
9393
- name: Create release

0 commit comments

Comments
 (0)