Skip to content

Commit f50d22e

Browse files
committed
Bump upload-artifact to v4
https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent dcecab4 commit f50d22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ env.SONAR_TOKEN == 0 }}
5858
run: mvn -B verify
5959
- name: Upload surefire test results
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: Surefire-Test-Results
6363
path: ~/**/surefire-reports/**/*.txt

0 commit comments

Comments
 (0)