Skip to content

Commit d3acebd

Browse files
authored
Merge pull request #24 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 fa3bd29 + b87f645 commit d3acebd

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
@@ -75,7 +75,7 @@ jobs:
7575
touch "${{ runner.temp }}/digests/${digest#sha256:}"
7676
7777
- name: Upload digest
78-
uses: actions/upload-artifact@v7.0.0
78+
uses: actions/upload-artifact@v7.0.1
7979
with:
8080
name: digests-${{ env.PLATFORM_PAIR }}
8181
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)