Skip to content

Commit 99c6887

Browse files
authored
Merge pull request #3247 from katysaintin/master
Update Action artifact to V4 for fix Build failure due to Action v3 deprecation
2 parents 666d9ad + c62069f commit 99c6887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: mvn --batch-mode install -DskipTests
2525

2626
- name: Archive build artifacts
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: Phoebus product ${{ matrix.os }}
3030
path: |

0 commit comments

Comments
 (0)