Skip to content

Commit be821f2

Browse files
committed
ci: update some actions verions
1 parent 0141cdd commit be821f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/early-access.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: 'JReleaser output'
8989
if: always()
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: jreleaser-logs
9393
path: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: 'JReleaser output'
206206
if: always()
207-
uses: actions/upload-artifact@v3
207+
uses: actions/upload-artifact@v4
208208
with:
209209
name: jreleaser-logs
210210
path: |

0 commit comments

Comments
 (0)