ci: downgrade to GitHub Actions artifact v1 (#406)

This commit is contained in:
Kévin Dunglas
2023-12-18 17:16:30 +01:00
committed by GitHub
parent f71f9875ca
commit 8dd22269dc
2 changed files with 5 additions and 5 deletions

View File

@@ -160,7 +160,7 @@ jobs:
-
name: Upload builder metadata
if: fromJson(needs.prepare.outputs.push)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: metadata-builder-${{ matrix.variant }}
path: /tmp/metadata/builder/*
@@ -169,7 +169,7 @@ jobs:
-
name: Upload runner metadata
if: fromJson(needs.prepare.outputs.push)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: metadata-runner-${{ matrix.variant }}
path: /tmp/metadata/runner/*
@@ -200,7 +200,7 @@ jobs:
steps:
-
name: Download metadata
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: metadata-${{ matrix.target }}-${{ matrix.variant }}
path: /tmp/metadata