From 17c84e39b3a80f472ba940831757d9fb435c2b18 Mon Sep 17 00:00:00 2001 From: Sewmi Rajapaksha Date: Mon, 14 Oct 2024 16:23:11 +0200 Subject: [PATCH] update version of upload artifact --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cecafd9..a8a7e15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: ajv -c ajv-formats -s xarf_deref.schema.json -d "samples/positive/**/*.json" - name: Archive schemas id: archive_schemas - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bundled-schema path: | @@ -49,7 +49,7 @@ jobs: xarf_deref.schema.json - name: Archive coverage id: archive_coverage - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coverage path: |