We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec841d9 commit b256759Copy full SHA for b256759
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
name: Test JLineup Workflow
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: Run JLineup before
11
uses: ./ # Uses an action in the root directory
12
id: jlineup_before
@@ -26,7 +26,7 @@ jobs:
26
- name: Get the success indicator
27
run: echo ${{ steps.jlineup_after.outputs.success }}
28
- name: Archive JLineup report
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: JLineup Report
32
path: ${{ steps.jlineup_before.outputs.workspace }}/report
0 commit comments