diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5250724..03d7994 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -33,7 +33,7 @@ jobs: HOST_RELEASE: ${{matrix.host_release}} - name: Archive built .deb - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: deb-${{matrix.host_release}} if-no-files-found: error @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - name: Download built deb - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: deb-${{matrix.host_release}} @@ -98,7 +98,7 @@ jobs: RELEASE: ${{matrix.release}} - name: Archive VM test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vm-results-${{matrix.host_release}}-${{matrix.release}}-${{matrix.debootstrap}} if-no-files-found: error