diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index fc597bc89..04abeab11 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -81,7 +81,7 @@ jobs: npm run test rm -rf node_modules # Create an artifact from the action - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: create-pull-request path: . diff --git a/.github/workflows/testv5-command.yml b/.github/workflows/testv5-command.yml index 76bd5471c..39f048727 100644 --- a/.github/workflows/testv5-command.yml +++ b/.github/workflows/testv5-command.yml @@ -75,7 +75,7 @@ jobs: npm run test rm -rf node_modules # Create an artifact from the action - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: create-pull-request path: .