Skip to content

Commit 2d005e5

Browse files
authored
Merge pull request #35 from dbca-wa/dependabot/github_actions/actions/upload-artifact-7
[actions] Bump actions/upload-artifact from 6 to 7
2 parents 531f35a + 7dd55e1 commit 2d005e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# It uses the actions/upload-artifact action to upload the file created in the previous step.
155155
# The artifact is named digests-${{ env.PLATFORM_PAIR }}, where PLATFORM_PAIR is the platform name with '/' replaced by '-'.
156156
# The artifact is retained for 1 day, and if no files are found, it will throw an error.
157-
uses: actions/upload-artifact@v6
157+
uses: actions/upload-artifact@v7
158158
with:
159159
name: digests-${{ env.PLATFORM_PAIR }}
160160
path: /tmp/digests/*

0 commit comments

Comments
 (0)