Skip to content

Commit 90f2872

Browse files
authored
Merge pull request #23 from CCPBioSim/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 33ecd9f + 6305338 commit 90f2872

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@v6.0.0
114+
uses: actions/upload-artifact@v7.0.0
115115
with:
116116
name: digests-${{ env.PLATFORM_PAIR }}
117117
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)