Skip to content

Commit

Permalink
Merge pull request #252 from MORE-Platform/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…develop/github-action-416d42fd30

Bump the github-action group with 2 updates
  • Loading branch information
ja-fra authored Apr 26, 2024
2 parents 30dcb79 + f9976de commit 25ae30b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
Expand All @@ -27,13 +27,13 @@ jobs:
cat ./studymanager/target/generated-sources/license/THIRD-PARTY.txt
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test Results
path: "**/TEST-*.xml"
- name: Upload Licenses List
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Licenses List
path: "./studymanager/target/generated-sources/license/THIRD-PARTY.txt"
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Event File
path: ${{ github.event_path }}

0 comments on commit 25ae30b

Please sign in to comment.