[latex3-commits] [latex3/latex2e] dependabot/github_actions/actions/upload-artifact-4: Bump actions/upload-artifact from 3 to 4 (2c2b4e24)
github at latex-project.org
github at latex-project.org
Mon Dec 18 19:58:01 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : dependabot/github_actions/actions/upload-artifact-4
Link : https://github.com/latex3/latex2e/commit/2c2b4e24a2d190e89dcc791cdd048cb60a4ef95a
>---------------------------------------------------------------
commit 2c2b4e24a2d190e89dcc791cdd048cb60a4ef95a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Dec 18 18:58:01 2023 +0000
Bump actions/upload-artifact from 3 to 4
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>
>---------------------------------------------------------------
2c2b4e24a2d190e89dcc791cdd048cb60a4ef95a
.github/workflows/main.yaml | 2 +-
.github/workflows/pretest.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 377e61ad..b7420480 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -185,7 +185,7 @@ jobs:
run: l3build doc -q -H --show-log-on-error
# Now we create the artifacts for the generated documentation
- name: Archive documentation
- uses: actions/upload-artifact at v3
+ uses: actions/upload-artifact at v4
with:
name: Documentation
path: "**/*.pdf"
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index ed59dcf6..a358e384 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -163,7 +163,7 @@ jobs:
run: l3build doc -q -H --show-log-on-error
# Now we create the artifacts for the generated documentation
- name: Archive documentation
- uses: actions/upload-artifact at v3
+ uses: actions/upload-artifact at v4
with:
name: Documentation
path: "**/*.pdf"
More information about the latex3-commits
mailing list.