diff --git a/.github/workflows/linux-gcc-musl.yml b/.github/workflows/linux-gcc-musl.yml index 5de2af2..fb2057a 100644 --- a/.github/workflows/linux-gcc-musl.yml +++ b/.github/workflows/linux-gcc-musl.yml @@ -38,7 +38,7 @@ jobs: run: readelf -a ./${{ matrix.dir }}/apps/ctors_dtors_priority_test.so > ./${{ matrix.dir }}/apps/readelf.txt - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: | diff --git a/.github/workflows/linux-gcc.yml b/.github/workflows/linux-gcc.yml index 047a91d..698acb8 100644 --- a/.github/workflows/linux-gcc.yml +++ b/.github/workflows/linux-gcc.yml @@ -64,7 +64,7 @@ jobs: run: readelf -a ./${{ matrix.dir }}/apps/ctors_dtors_priority_test.so > ./${{ matrix.dir }}/apps/readelf.txt - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: | diff --git a/.github/workflows/linux-llvm.yml b/.github/workflows/linux-llvm.yml index 2f30b88..13103af 100644 --- a/.github/workflows/linux-llvm.yml +++ b/.github/workflows/linux-llvm.yml @@ -33,7 +33,7 @@ jobs: run: readelf -a ./${{ matrix.dir }}/apps/ctors_dtors_priority_test.so > ./${{ matrix.dir }}/apps/readelf.txt - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: | diff --git a/.github/workflows/linux-mingw.yml b/.github/workflows/linux-mingw.yml index 4f3dd8a..bae57f8 100644 --- a/.github/workflows/linux-mingw.yml +++ b/.github/workflows/linux-mingw.yml @@ -32,7 +32,7 @@ jobs: run: make ARCH=${{ matrix.arch }} CROSS_COMPILE=${{ matrix.tuple }} - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: ./${{ matrix.dir }}/apps/*.efi diff --git a/.github/workflows/macos-gcc.yml b/.github/workflows/macos-gcc.yml index a14e230..e974c57 100644 --- a/.github/workflows/macos-gcc.yml +++ b/.github/workflows/macos-gcc.yml @@ -46,7 +46,7 @@ jobs: run: ${{ matrix.cross_compile }}readelf -a ./${{ matrix.dir }}/apps/ctors_dtors_priority_test.so > ./${{ matrix.dir }}/apps/readelf.txt - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: | diff --git a/.github/workflows/windows-mingw.yml b/.github/workflows/windows-mingw.yml index 261de41..d227fda 100644 --- a/.github/workflows/windows-mingw.yml +++ b/.github/workflows/windows-mingw.yml @@ -43,7 +43,7 @@ jobs: run: make - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.arch }} path: ./${{ matrix.dir }}/apps/*.efi diff --git a/.github/workflows/windows-vs2022.yml b/.github/workflows/windows-vs2022.yml index a8f7cdc..3aae088 100644 --- a/.github/workflows/windows-vs2022.yml +++ b/.github/workflows/windows-vs2022.yml @@ -27,7 +27,7 @@ jobs: run: msbuild ./gnu-efi.sln /m /p:Configuration=${{ matrix.conf }},Platform=${{ matrix.arch }} - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: ${{ matrix.conf == 'Release' }} with: name: ${{ matrix.arch }}