Skip to content

Commit

Permalink
build(deps): 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 Dec 18, 2023
1 parent a982806 commit 7b5e4c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
EOF
- name: '📤 Upload artifact: latest'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: latest
path: install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: stdbuf -i0 -o0 -e0 ./.github/scripts/${{ matrix.test }}.sh

- name: '📤 Upload artifact: plots'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: f4pga-arch-defs-plots
Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:
run: stdbuf -i0 -o0 -e0 ./.github/scripts/install.sh '${{ matrix.fam }}'

- name: '📤 Upload artifact: arch-defs packages'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: '*.tar.xz'

- name: '📤 Upload artifact: plots'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: f4pga-arch-defs-plots
Expand Down

0 comments on commit 7b5e4c3

Please sign in to comment.