Skip to content

Commit 8de9f8c

Browse files
authored
Merge pull request #360 from spyrkob/update_upload_action
Update upload-action in GH actions
2 parents 72ea0d6 + 94c856e commit 8de9f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2016-2024 Red Hat, Inc. and/or its affiliates
2+
# Copyright 2016-2025 Red Hat, Inc. and/or its affiliates
33
# and other contributors as indicated by the @author tags.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -47,7 +47,7 @@ jobs:
4747
cache: 'maven'
4848
- name: Build and Test on ${{ matrix.java }}
4949
run: mvn clean install
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
if: failure()
5252
with:
5353
name: surefire-reports-${{ matrix.os }}-${{ matrix.java }}

0 commit comments

Comments
 (0)