diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 44890c1..6411ffa 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -79,7 +79,7 @@ jobs: -p:MazeRunner_Test_Results_Folderpath="${{env.MR_BUILD_REPOSITORY_FOLDERPATH}}/TestResults" - name: '⬆️ Upload Artifacts' # to share with other workflows https://stackoverflow.com/a/77663335/863651 - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v6' with: name: 'Artifacts' path: '${{env.MR_BUILD_REPOSITORY_FOLDERPATH}}/Artifacts/**/*'