Skip to content

Commit

Permalink
update para a v4 do actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 3, 2024
1 parent 569b266 commit ebf8c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload das evidências de teste
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: resultado dos testes ${{matrix.browser}}
path: ./results
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Download do resultado dos testes
if: always()
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: resultado dos testes ${{matrix.browser}}

Expand Down

0 comments on commit ebf8c25

Please sign in to comment.