Skip to content

Commit 669863d

Browse files
authored
Merge pull request #4846 from eXist-db/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2 parents 452d05a + 9060cfa commit 669863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mvn -V -B jacoco:report coveralls:report
3434
- name: Archive build logs
3535
if: always()
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
with:
3838
name: ${{ runner.os }}-jdk${{ matrix.jdk }}-build-logs
3939
retention-days: 5

0 commit comments

Comments
 (0)