[latex3-commits] [latex3/latex3] dependabot/github_actions/actions/upload-artifact-4: Bump actions/upload-artifact from 3 to 4 (2ddf66eab)
github at latex-project.org
github at latex-project.org
Mon Dec 18 05:12:48 CET 2023
Repository : https://github.com/latex3/latex3
On branch : dependabot/github_actions/actions/upload-artifact-4
Link : https://github.com/latex3/latex3/commit/2ddf66eab08be25d5f9c05b9311b33b8c4a7eeac
>---------------------------------------------------------------
commit 2ddf66eab08be25d5f9c05b9311b33b8c4a7eeac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Dec 18 04:12:48 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>
>---------------------------------------------------------------
2ddf66eab08be25d5f9c05b9311b33b8c4a7eeac
.github/workflows/deploy.yaml | 2 +-
.github/workflows/main.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c19cc8734..73aa79ace 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -29,7 +29,7 @@ jobs:
run: l3build ctan -q -H --show-log-on-error
- name: Archive failed test output
if: ${{ failure() }}
- uses: actions/upload-artifact at v3
+ uses: actions/upload-artifact at v4
with:
name: testfiles
path: build/test*/*.diff
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 950f6da88..07bef11dc 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -54,7 +54,7 @@ jobs:
# 1. If we failed running tests
- name: Archive failed test output
if: ${{ matrix.artifact_name != 'Documentation' && failure() }}
- uses: actions/upload-artifact at v3
+ uses: actions/upload-artifact at v4
with:
name: ${{ matrix.artifact_name }}
path: build/test*/*.diff
@@ -63,7 +63,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.