Skip to content

Commit 3f2a80c

Browse files
authored
Merge pull request #9 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 934ea37 + 037ad70 commit 3f2a80c

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)