Skip to content

Commit a72d7e1

Browse files
authored
Merge pull request #20 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 57b9f84 + a08b584 commit a72d7e1

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
@@ -62,7 +62,7 @@ jobs:
6262
touch "${{ runner.temp }}/digests/${digest#sha256:}"
6363
6464
- name: Upload digest
65-
uses: actions/upload-artifact@v6.0.0
65+
uses: actions/upload-artifact@v7.0.0
6666
with:
6767
name: digests-${{ env.PLATFORM_PAIR }}
6868
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)