diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c0bb86..72dcb20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,11 +12,11 @@ jobs: id: pharynx with: pharynx-version: "0.3.0" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: BlockData_Example_Plugin.phar path: ${{steps.pharynx.outputs.output-phar}} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: BlockData_Example_Plugin path: ${{steps.pharynx.outputs.output-dir}} \ No newline at end of file