Skip to content

Commit

Permalink
Merge pull request #44 from PalladioSimulator/dr6817-patch-upload-art…
Browse files Browse the repository at this point in the history
…ifact

Update action.yml
  • Loading branch information
dr6817 authored Dec 18, 2023
2 parents 41f7d5c + c017d71 commit a4b728d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
rmdir tmp
- name: Upload analysis results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ruleengine
path: ${{ env.tmp_dir }}/ruleengine_out
Expand All @@ -102,7 +102,7 @@ runs:
- name: Upload Eclipse logs
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: eclipse_logs
path: ${{ env.tmp_dir }}/eclipse_logs
Expand Down

0 comments on commit a4b728d

Please sign in to comment.