Skip to content

Commit 424d757

Browse files
authored
Merge pull request #31 from CCPBioSim/dependabot/github_actions/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 67a8869 + fb10419 commit 424d757

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
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Upload digest
113113
if: github.event_name != 'pull_request'
114-
uses: actions/upload-artifact@v7.0.0
114+
uses: actions/upload-artifact@v7.0.1
115115
with:
116116
name: digests-${{ env.PLATFORM_PAIR }}
117117
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)