Skip to content

Commit 5f02398

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent a7b933f commit 5f02398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
docker network rm codemc
7676
- name: Archive Test Reports
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: test-report
8080
path: build/reports/tests/test/
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload Code Coverage Artifacts (Push)
105105
if: ${{ github.event_name != 'pull_request' }}
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: coverage-report
109109
path: "*/coverage-results.md"
@@ -160,7 +160,7 @@ jobs:
160160
- name: Build with Gradle
161161
run: ./gradlew clean assemble
162162
- name: Upload Artifacts
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v5
164164
with:
165165
name: codemc-api
166166
path: |

0 commit comments

Comments
 (0)