Skip to content

Commit fa60a84

Browse files
authored
Merge pull request #26 from aicodingstack/dependabot/github_actions/actions/upload-artifact-5
chore(ci): bump actions/upload-artifact from 4 to 5
2 parents bce8a51 + e2da21b commit fa60a84

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
@@ -129,7 +129,7 @@ jobs:
129129
BUILD_TIME: ${{ github.event.head_commit.timestamp }}
130130

131131
- name: Upload build artifacts
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
with:
134134
name: build-output
135135
path: |

0 commit comments

Comments
 (0)