diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a560375..ef3a79c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -63,13 +63,13 @@ jobs: run: bash ./scripts/${{ matrix.distro }}-${{ matrix.version }}/3-build.sh - name: Archive server artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: BeamMP-Server.${{ matrix.distro }}.${{ matrix.version }}.x86_64 path: ./bin/BeamMP-Server - name: Archive server debug info artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: debuginfo.${{ matrix.distro }}.${{ matrix.version }}.x86_64 path: ./bin/BeamMP-Server.debug @@ -134,13 +134,13 @@ jobs: run: bash ./scripts/${{ matrix.distro }}-${{ matrix.version }}/3-build.sh - name: Archive server artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: BeamMP-Server.${{ matrix.distro }}.${{ matrix.version }}.arm64 path: ./bin/BeamMP-Server - name: Archive server debug info artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: debuginfo.${{ matrix.distro }}.${{ matrix.version }}.arm64 path: ./bin/BeamMP-Server.debug diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c7da0ee..343aed3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,7 +41,7 @@ jobs: run: bash ./scripts/windows/2-build.sh - name: Archive server artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: BeamMP-Server-windows path: ./bin/Release/BeamMP-Server.exe