Skip to content

Commit 1aab451

Browse files
authored
Merge pull request #35 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 9c75a49 + bc34cd1 commit 1aab451

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
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload digest
105105
if: github.event_name != 'pull_request'
106-
uses: actions/upload-artifact@v7.0.0
106+
uses: actions/upload-artifact@v7.0.1
107107
with:
108108
name: digests-${{ env.PLATFORM_PAIR }}
109109
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)