Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and YDX-2147483647 committed May 4, 2024
1 parent 9a446f1 commit 4d6c99d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download bithesis.pdf
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bithesis
- name: Download `*.cls`
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: cls
- name: Copy manual to the template folder.
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download *.cls
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: cls
- name: Upload ${{ matrix.cls }}.cls to release
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

- uses: actions/checkout@v4
- name: Download PDF(s)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bithesis

Expand All @@ -160,7 +160,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download bithesis.pdf
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bithesis
- run: make pkg-only
Expand Down

0 comments on commit 4d6c99d

Please sign in to comment.