From 0d681197adcedae0eed4647a0accebd8f06210b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:14:14 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/eventlist.yml | 14 +++++++------- .github/workflows/tpip-check.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/eventlist.yml b/.github/workflows/eventlist.yml index 50ed48b..591fac6 100644 --- a/.github/workflows/eventlist.yml +++ b/.github/workflows/eventlist.yml @@ -65,7 +65,7 @@ jobs: working-directory: ./tools/eventlist - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-linux-amd64 path: ./tools/eventlist/build/linux-amd64 @@ -73,7 +73,7 @@ jobs: if-no-files-found: error - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-linux-arm64 path: ./tools/eventlist/build/linux-arm64 @@ -81,7 +81,7 @@ jobs: if-no-files-found: error - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-darwin-amd64 path: ./tools/eventlist/build/darwin-amd64 @@ -89,7 +89,7 @@ jobs: if-no-files-found: error - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-darwin-arm64 path: ./tools/eventlist/build/darwin-arm64 @@ -97,7 +97,7 @@ jobs: if-no-files-found: error - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-windows-amd64 path: ./tools/eventlist/build/windows-amd64 @@ -105,7 +105,7 @@ jobs: if-no-files-found: error - name: Archive eventlist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: eventlist-windows-arm64 path: ./tools/eventlist/build/windows-arm64 @@ -209,7 +209,7 @@ jobs: go-junit-report -set-exit-code -in build/evenlistunittest-${{ matrix.os }}.txt -iocopy -out build/evenlistunittest-${{ matrix.os }}.xml - name: Archive unit test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: unit-test-result-${{ matrix.os }} path: ./tools/eventlist/build/evenlistunittest-*.xml diff --git a/.github/workflows/tpip-check.yml b/.github/workflows/tpip-check.yml index 81b6d79..513ca69 100644 --- a/.github/workflows/tpip-check.yml +++ b/.github/workflows/tpip-check.yml @@ -45,7 +45,7 @@ jobs: working-directory: ./tools/eventlist/cmd/eventlist - name: Archive TPIP report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: tpip-report path: ./tools/eventlist/${{ env.tpip_report }}