Skip to content

Commit 5b7dee0

Browse files
authored
Merge pull request #25 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 a9d0215 + 9ebf5f0 commit 5b7dee0

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
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Upload digest
107107
if: github.event_name != 'pull_request'
108-
uses: actions/upload-artifact@v6.0.0
108+
uses: actions/upload-artifact@v7.0.0
109109
with:
110110
name: digests-${{ env.PLATFORM_PAIR }}
111111
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)