Merge pull request #695 from dorny/dependabot/github_actions/actions/upload-artifact-6

Bump actions/upload-artifact from 5 to 6
This commit is contained in:
Jozef Izso
2026-01-01 19:19:50 +01:00
committed by GitHub
2 changed files with 2 additions and 2 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@v5
- uses: actions/upload-artifact@v6
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist

View File

@@ -25,7 +25,7 @@ jobs:
- name: Upload test results
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-results
path: __tests__/__results__/*.xml