Skip to content

Commit 03fb1df

Browse files
authored
Merge pull request #6577 from docker/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 58e3de8 + aef2ef8 commit 03fb1df

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@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: ${{ env.ARTIFACT_NAME }}
9494
path: /tmp/out/*

0 commit comments

Comments
 (0)