Skip to content

Commit 56e4bbc

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b91d6a4 commit 56e4bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Compilation_Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
working_directory: PrescriptiveStudyMethod
1616
root_file: PrescriptiveStudyMethod.tex
1717
- name: Upload compiled file
18-
uses: actions/upload-artifact@v5
18+
uses: actions/upload-artifact@v6
1919
with:
2020
name: Prescriptive_Study_Method
2121
path: PrescriptiveStudyMethod/PrescriptiveStudyMethod.pdf

0 commit comments

Comments
 (0)