Skip to content

Commit 1431a1e

Browse files
authored
Merge pull request #23 from Countly/dependabot/github_actions/actions/upload-artifact-5
ci(deps): bump actions/upload-artifact from 4 to 5
2 parents d1ad1ff + 539a029 commit 1431a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
COUNTLY_AUTH_TOKEN: test-token-for-ci
5858

5959
- name: Upload build artifacts
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
with:
6262
name: build
6363
path: build/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fail_ci_if_error: false
6868

6969
- name: Upload coverage report
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: coverage-report
7373
path: coverage/

0 commit comments

Comments
 (0)