Skip to content

Commit 011ee5d

Browse files
authored
Merge pull request #21 from dbca-wa/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d27e8a4 + 63f6e2c commit 011ee5d

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@v5
157+
uses: actions/upload-artifact@v6
158158
with:
159159
name: digests-${{ env.PLATFORM_PAIR }}
160160
path: /tmp/digests/*

0 commit comments

Comments
 (0)