From e3403518eec166f9394db7084f8e7e967e14bce7 Mon Sep 17 00:00:00 2001 From: Neil Enns Date: Sun, 5 Jan 2025 15:12:07 -0800 Subject: [PATCH] Use new version of upload-artifact Fixes #1896 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456cdf7d..25cade6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: vstest.console.exe MobiFlightUnitTests/bin/Release/MobiFlightUnitTests.dll - name: store latest setup file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MobiFlightConnector path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f52557ea..718d694a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,7 +80,7 @@ jobs: Release/*.sha1 - name: store latest setup file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: MobiFlight-Setup path: |