Skip to content

Commit 1e51e37

Browse files
authored
Merge pull request #2825 from crytic/dependabot/github_actions/dev/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7466791 + c870947 commit 1e51e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- build-release
3939
steps:
4040
- name: fetch dists
41-
uses: actions/download-artifact@v5
41+
uses: actions/download-artifact@v6
4242
with:
4343
name: slither-dists
4444
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- run: pip install coverage[toml]
110110

111111
- name: download coverage data
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
pattern: coverage-data-*
115115
merge-multiple: true

0 commit comments

Comments
 (0)