Skip to content

Commit 78ef44d

Browse files
authored
Merge pull request #24 from CCPBioSim/dependabot/github_actions/actions/download-artifact-8.0.0
Bump actions/download-artifact from 7.0.0 to 8.0.0
2 parents 90f2872 + ea1cc99 commit 78ef44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- build
127127
steps:
128128
- name: Download digests
129-
uses: actions/download-artifact@v7.0.0
129+
uses: actions/download-artifact@v8.0.0
130130
with:
131131
path: ${{ runner.temp }}/digests
132132
pattern: digests-*

0 commit comments

Comments
 (0)