Skip to content

Commit 35dd67e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-6
2 parents fb0a01c + 1431a1e commit 35dd67e

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)