From 821b4ceee7e7f415a1cca92038d3c40604084736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:44:12 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/engine_assets_tpk.yml | 8 ++++---- .github/workflows/type_tree_tpk.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/engine_assets_tpk.yml b/.github/workflows/engine_assets_tpk.yml index 9063868..e1620b1 100644 --- a/.github/workflows/engine_assets_tpk.yml +++ b/.github/workflows/engine_assets_tpk.yml @@ -47,25 +47,25 @@ jobs: shell: bash run: ./Tpk.ConsoleApp/bin/Release/net9.0/AssetRipper.Tpk.ConsoleApp --engine-assets ./DocumentationDumps/EngineAssets - name: Upload Uncompressed file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: uncompressed_file path: ./uncompressed.tpk if-no-files-found: error - name: Upload Lz4 file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lz4_file path: ./lz4.tpk if-no-files-found: error - name: Upload Lzma file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lzma_file path: ./lzma.tpk if-no-files-found: error - name: Upload Brotli file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: brotli_file path: ./brotli.tpk diff --git a/.github/workflows/type_tree_tpk.yml b/.github/workflows/type_tree_tpk.yml index 8cdaf77..b889a7d 100644 --- a/.github/workflows/type_tree_tpk.yml +++ b/.github/workflows/type_tree_tpk.yml @@ -47,25 +47,25 @@ jobs: shell: bash run: ./Tpk.ConsoleApp/bin/Release/net9.0/AssetRipper.Tpk.ConsoleApp --type-tree ./TypeTreeDumps/InfoJson - name: Upload Uncompressed file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: uncompressed_file path: ./uncompressed.tpk if-no-files-found: error - name: Upload Lz4 file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lz4_file path: ./lz4.tpk if-no-files-found: error - name: Upload Lzma file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: lzma_file path: ./lzma.tpk if-no-files-found: error - name: Upload Brotli file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: brotli_file path: ./brotli.tpk