We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72ea0d6 + 94c856e commit 8de9f8cCopy full SHA for 8de9f8c
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
#
2
-# Copyright 2016-2024 Red Hat, Inc. and/or its affiliates
+# Copyright 2016-2025 Red Hat, Inc. and/or its affiliates
3
# and other contributors as indicated by the @author tags.
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,7 +47,7 @@ jobs:
47
cache: 'maven'
48
- name: Build and Test on ${{ matrix.java }}
49
run: mvn clean install
50
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
51
if: failure()
52
with:
53
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}
0 commit comments