Skip to content

Commit 2b7c319

Browse files
committed
Upgrade upload-artifact to v4
1 parent decc3bb commit 2b7c319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
fi
257257
popd
258258
- name: Upload Test Reports on Failure
259-
uses: actions/upload-artifact@v3
259+
uses: actions/upload-artifact@v4
260260
if: failure()
261261
with:
262262
name: wildfly-s2i-test-logs-${{ matrix.os }}-${{ matrix.jdk }}

0 commit comments

Comments
 (0)