From 2fdb8a525eb428d88c5d32c724a8c22c5134b8b6 Mon Sep 17 00:00:00 2001 From: jruaux Date: Sun, 17 Mar 2024 21:27:28 -0700 Subject: [PATCH] cicd: Upgraded actions --- .github/workflows/early-access.yml | 16 ++++++++-------- .github/workflows/release.yml | 4 ++-- .github/workflows/step-jlink.yml | 18 +++++++++--------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 32f2e042a..ad567d4e1 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -34,21 +34,21 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - - name: Download artifacts - uses: actions/download-artifact@v3 - with: - name: docs - path: docs - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifacts path: plugins + + - name: Download docs + uses: actions/download-artifact@v4 + with: + name: docs + path: docs - name: Download jlink - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: jlink path: out/jreleaser/assemble/riot-standalone/jlink diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f607688f..2f13c4cb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,13 +56,13 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifacts path: plugins - name: Download jlink - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: jlink path: out/jreleaser/assemble/riot-standalone/jlink diff --git a/.github/workflows/step-jlink.yml b/.github/workflows/step-jlink.yml index b57ff4e72..6ad2b1a9b 100644 --- a/.github/workflows/step-jlink.yml +++ b/.github/workflows/step-jlink.yml @@ -72,15 +72,6 @@ jobs: - name: Dependencies run: | ls -l plugins/riot/build/dependencies/flat - - - name: Upload docs - uses: actions/upload-artifact@v4 - with: - retention-days: 1 - name: docs - path: | - docs/guide/build/guide/ - docs/LICENSE - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -92,6 +83,15 @@ jobs: plugins/riot/build/dependencies/ plugins/riot/build/distributions/ plugins/LICENSE + + - name: Upload docs + uses: actions/upload-artifact@v4 + with: + retention-days: 1 + name: docs + path: | + docs/guide/build/guide/ + docs/LICENSE - name: Stop Gradle daemon shell: bash