Skip to content

Commit

Permalink
Update fapi github action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Sep 11, 2024
1 parent 077c424 commit e532ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fapi-oidc-conformance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: './product-is'

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
python3 ./configure_is_fapi.py ../../$PRODUCT_IS_ZIP
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
Expand Down Expand Up @@ -224,14 +224,14 @@ jobs:
fi
- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: ./*test_results.zip

- name: Archive test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
Expand Down

0 comments on commit e532ffd

Please sign in to comment.