Skip to content

Commit 00e23cf

Browse files
authored
Merge pull request #6706 from docker/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 5 to 6
2 parents f52814d + 4d7a8b0 commit 00e23cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
-
9090
name: Upload artifacts
91-
uses: actions/upload-artifact@v5
91+
uses: actions/upload-artifact@v6
9292
with:
9393
name: ${{ env.ARTIFACT_NAME }}
9494
path: /tmp/out/*

0 commit comments

Comments
 (0)