From a96a486a240fcc8298ff15a3d4f55d346a89705c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:57:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/du.yaml | 2 +- .github/workflows/measure.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/du.yaml b/.github/workflows/du.yaml index 94e5ef5..7d24be6 100644 --- a/.github/workflows/du.yaml +++ b/.github/workflows/du.yaml @@ -32,7 +32,7 @@ jobs: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100 | tee /tmp/output/apt-${{matrix.os}}.txt - name: Upload du output - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: /tmp/output \ No newline at end of file diff --git a/.github/workflows/measure.yaml b/.github/workflows/measure.yaml index e516557..da1e131 100644 --- a/.github/workflows/measure.yaml +++ b/.github/workflows/measure.yaml @@ -77,7 +77,7 @@ jobs: HERE - name: Upload disk space report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: measurement_jsons path: ${{ steps.json.outputs.output }} @@ -105,7 +105,7 @@ jobs: tree "${{ env.JSON_DIR }}" - name: Upload merged json - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: "${{ env.JSON_DIR }}/measurements.json"