Update checkout and upload-artifact actions versions (#419)

This commit is contained in:
Sıddık AÇIL
2024-05-18 14:01:30 +02:00
committed by GitHub
parent 675ad23cef
commit 653ebca2c2
3 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ jobs:
id: diff
# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist

View File

@@ -25,7 +25,7 @@ jobs:
- name: Upload test results
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results
path: __tests__/__results__/*.xml