diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 992a1bd..a1679ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: - name: Upload Nuget if: ${{ matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.0.0 with: name: nuget path: ${{ github.workspace }}/release/*.nupkg @@ -250,7 +250,7 @@ jobs: - name: Upload Zipped Plug-ins if: ${{ matrix.os == 'ubuntu-latest' }} - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.0.0 with: name: plug-ins path: ${{ github.workspace }}/src/Plugins/release/*.zip