From d3b52debf26a1c8e8ae7a1e267c61e951e105acd Mon Sep 17 00:00:00 2001 From: Evagan2018 Date: Tue, 14 Jul 2026 20:14:00 +0200 Subject: [PATCH] The versions of the actions have been updated. --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c95f033..8c1d77d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,13 +15,13 @@ jobs: # This workflow contains a single job called "build" build-tensorflow: # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout tensorflow-build - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: MDK-Packs/tensorflow-pack path: tensorflow-pack @@ -58,7 +58,7 @@ jobs: find ${{ github.workspace }}/tensorflow-pack/ -name '*.pdsc' -exec cp -prv '{}' '${{ github.workspace }}/out/' ';' - name: Upload Pack - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: tensorflow-pack-release path: ${{ github.workspace }}/out