Skip to content

Commit 45321f9

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0243a4f commit 45321f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ jobs:
5454
- run: just doc handbooks
5555

5656
- name: Upload bithesis.pdf for later usage.
57-
uses: actions/upload-artifact@v6
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: bithesis
6060
path: src/bithesis.pdf
6161
- name: Upload handbooks for later usage.
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: handbooks
6565
path: "handbook/*.pdf"
6666
- name: Upload *.cls for later usage.
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: cls
7070
path: "src/*.cls"
@@ -258,7 +258,7 @@ jobs:
258258
name: handbooks
259259
path: handbook
260260
- run: just pkg-only
261-
- uses: actions/upload-artifact@v6
261+
- uses: actions/upload-artifact@v7
262262
with:
263263
name: ctan-pkg
264264
path: target/bithesis.zip

0 commit comments

Comments
 (0)