[latex3-commits] [latex3/latex2e] dependabot/github_actions/actions/upload-artifact-4: Bump actions/upload-artifact from 3 to 4 (f8ec7410)
github at latex-project.org
github at latex-project.org
Sun Dec 24 12:54:33 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : dependabot/github_actions/actions/upload-artifact-4
Link : https://github.com/latex3/latex2e/commit/f8ec7410ff4928c40f081bd2a5235bbb620d47aa
>---------------------------------------------------------------
commit f8ec7410ff4928c40f081bd2a5235bbb620d47aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun Dec 24 11:54:33 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>
>---------------------------------------------------------------
f8ec7410ff4928c40f081bd2a5235bbb620d47aa
.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 264ca0e0..297b09e7 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -189,7 +189,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:
# example names: "Documentation-base-1", "Documentation-requires"
name: Documentation-${{ matrix.module }}${{ matrix.environment && format('-{0}', env.LTX_DOC_COMPONENT) || ''}}
diff --git a/.github/workflows/pretest.yaml b/.github/workflows/pretest.yaml
index 121aeb2c..17ac078b 100644
--- a/.github/workflows/pretest.yaml
+++ b/.github/workflows/pretest.yaml
@@ -167,7 +167,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:
# example names: "Documentation-base-1", "Documentation-requires"
name: Documentation-${{ matrix.module }}${{ matrix.environment && format('-{0}', env.LTX_DOC_COMPONENT) || ''}}
More information about the latex3-commits
mailing list.