Skip to content

Commit 953a18c

Browse files
authored
Update to v4 of the upload-artifact action
Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
1 parent 6fcd5d1 commit 953a18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Build and verify
2828
run: ./mvnw -ntp clean verify
2929
- name: Upload artifacts
30-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
path: target/macos-notarization-service-*

0 commit comments

Comments
 (0)