Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent db32b28 commit a96a486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/du.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/measure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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"

0 comments on commit a96a486

Please sign in to comment.