Skip to content

Commit bd29933

Browse files
authored
Merge pull request #25 from CCPBioSim/dependabot/github_actions/actions/upload-artifact-6.0.0
2 parents 854f1c9 + 6cb59d9 commit bd29933

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
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Upload digest
100100
if: github.event_name != 'pull_request'
101-
uses: actions/upload-artifact@v5.0.0
101+
uses: actions/upload-artifact@v6.0.0
102102
with:
103103
name: digests-${{ env.PLATFORM_PAIR }}
104104
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)