Skip to content

Commit b256759

Browse files
committed
Use v4 actions
1 parent ec841d9 commit b256759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Test JLineup Workflow
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Run JLineup before
1111
uses: ./ # Uses an action in the root directory
1212
id: jlineup_before
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get the success indicator
2727
run: echo ${{ steps.jlineup_after.outputs.success }}
2828
- name: Archive JLineup report
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: JLineup Report
3232
path: ${{ steps.jlineup_before.outputs.workspace }}/report

0 commit comments

Comments
 (0)