Skip to content

Commit

Permalink
Merge pull request #3009 from SCADA-LTS/fix/#3008_Fixed_actions_uploa…
Browse files Browse the repository at this point in the history
…d_artifact

#3008 Fixed actions/upload-artifact:
  • Loading branch information
Limraj authored Sep 11, 2024
2 parents 5beb0c5 + aa0010a commit f251b21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
check_name: Java JUnit Test Results
files: ./build/test-results/**/*.xml
- name: Publish JUnit Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: junit-java-test-results
path: ./build/test-reports/
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
check_name: Java Script Mocha Unit Test Results
files: ./scadalts-ui/test-results.xml
- name: Publish Mocha Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mocha-js-test-results
path: ./scadalts-ui/test-results.xml
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
key: ${{ runner.os }}-war-${{ github.run_id }}
path: ./build/libs/Scada-LTS.war
- name: Deploy WAR artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Scada-LTS
path: ./build/libs/Scada-LTS.war
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
key: ${{ runner.os }}-war-${{ github.run_id }}
path: ./build/libs/Scada-LTS.war
- name: Deploy WAR artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Scada-LTS
path: ./build/libs/Scada-LTS.war
Expand Down

0 comments on commit f251b21

Please sign in to comment.