diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 82edb96..0780837 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -97,7 +97,7 @@ jobs: # Upload the FOLDER (not a .zip). The artifact service zips it for us, # keeping the top-level folder name inside the archive. - name: Upload plugin artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ secrets.DOT_ORG_SLUG }} path: ${{ steps.prep.outputs.PKG_DIR }}