Skip to content

Commit

Permalink
Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptic-wizard committed Mar 15, 2024
1 parent 80be679 commit e777fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
logger-file-name: ../../CalculatorResults.trx
- name: Publish Specflow Test Logs
if: success() || failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SpecflowLogs
path: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
shell: bash
- name: 'Publish Specflow Test Results'
if: ${{ inputs.upload-artifact == 'true' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: 'Specflow Test Results'
path: ${{ inputs.output-html }}
Expand Down

0 comments on commit e777fc7

Please sign in to comment.