[latex3-commits] [latex3/latex3] main: Bump actions/upload-artifact from 2 to 3 (#1326) (4661abf76)
github at latex-project.org
github at latex-project.org
Wed Nov 8 08:40:15 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/4661abf76562cb01d78149eed293c3bb0d3bf10e
>---------------------------------------------------------------
commit 4661abf76562cb01d78149eed293c3bb0d3bf10e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Nov 8 07:40:15 2023 +0000
Bump actions/upload-artifact from 2 to 3 (#1326)
>---------------------------------------------------------------
4661abf76562cb01d78149eed293c3bb0d3bf10e
.github/workflows/deploy.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index fba90f397..db6471736 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 v2
+ uses: actions/upload-artifact at v3
with:
name: testfiles
path: build/test*/*.diff
More information about the latex3-commits
mailing list.