From 12ba30eda4ec4f51975a0b12b57cfd2b424e76e7 Mon Sep 17 00:00:00 2001 From: That One Seong Date: Wed, 4 Sep 2024 22:38:24 -0400 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8bebca6..f399449 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -35,7 +35,7 @@ jobs: c_compiler: cl steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. @@ -85,7 +85,7 @@ jobs: working-directory: ${{ steps.strings.outputs.build-output-dir }} - name: Upload Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4 with: # Artifact name name: OpenFIREapp-${{ matrix.pretty }} # optional, default is artifact @@ -93,7 +93,7 @@ jobs: path: ${{ matrix.file }} - name: Download a Build Artifact - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4 with: # Name of the artifact to download. If unspecified, all artifacts for the run are downloaded. name: OpenFIREapp-${{ matrix.pretty }} # optional