[latex3-commits] [latex3/fontspec] develop: Bump actions/upload-artifact from 3 to 4 (#499) (5d3c882)
github at latex-project.org
github at latex-project.org
Wed Feb 14 13:55:23 CET 2024
Repository : https://github.com/latex3/fontspec
On branch : develop
Link : https://github.com/latex3/fontspec/commit/5d3c8829721598f564a0bc5991607a2bf3579eaf
>---------------------------------------------------------------
commit 5d3c8829721598f564a0bc5991607a2bf3579eaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Feb 14 12:55:23 2024 +0000
Bump actions/upload-artifact from 3 to 4 (#499)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
>---------------------------------------------------------------
5d3c8829721598f564a0bc5991607a2bf3579eaf
.github/workflows/main.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index b98bfa6..d1fa144 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -72,7 +72,7 @@ jobs:
# 2. If we succeed building documentation
- name: Archive documentation
if: ${{ matrix.artifact_name == 'Documentation' && success() }}
- uses: actions/upload-artifact at v3
+ uses: actions/upload-artifact at v4
with:
name: ${{ matrix.artifact_name }}
path: "**/*.pdf"
More information about the latex3-commits
mailing list.