Skip to content

Commit 1c9c5db

Browse files
authored
Merge pull request #244 from TaskTrial/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 55c08cb + 0bd993f commit 1c9c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
cp -r src/docs/* dist/src/docs/ || echo "No docs to copy"
145145
146146
- name: Upload build artifacts
147-
uses: actions/upload-artifact@v4
147+
uses: actions/upload-artifact@v5
148148
with:
149149
name: server-build
150150
path: |

0 commit comments

Comments
 (0)