diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77bae315..a362d586 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: run: zip -r ../pr-template.zip . -x 'node_modules/*' - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: appkit-template-${{ steps.version.outputs.version }} path: pr-template.zip