Skip to content

Commit 73ff493

Browse files
authored
Upgrade artifact github action version (#1525)
1 parent ed27cdd commit 73ff493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: package surefire artifacts
6161
if: failure()
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: my-artifact
6565
path: tests/target/surefire-reports/ # or path/to/artifact

0 commit comments

Comments
 (0)