Skip to content

Commit 9d16d57

Browse files
authored
Merge pull request #14 from CCPBioSim/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 9a873f2 + 53ee0ac commit 9d16d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
touch "${{ runner.temp }}/digests/${digest#sha256:}"
7676
7777
- name: Upload digest
78-
uses: actions/upload-artifact@v4.6.2
78+
uses: actions/upload-artifact@v5.0.0
7979
with:
8080
name: digests-${{ env.PLATFORM_PAIR }}
8181
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)