From e36e8cfdf4e0b7e75fec4c9ac00aa897167b6f5e Mon Sep 17 00:00:00 2001 From: Omid Marfavi <21163286+marfavi@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:31:52 +0100 Subject: [PATCH] Update several GitHub Actions steps --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/infra-build.yml | 4 ++-- .github/workflows/shifty-build.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0404d8..4056a0e 100755 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: arm @@ -55,7 +55,7 @@ jobs: failOnStdErr: true - name: Download Shifty Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: shifty diff --git a/.github/workflows/infra-build.yml b/.github/workflows/infra-build.yml index fb6b0bd..25492e2 100644 --- a/.github/workflows/infra-build.yml +++ b/.github/workflows/infra-build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build ARM template uses: Azure/bicep-build-action@v1.0.0 @@ -20,7 +20,7 @@ jobs: outputFilePath: azuredeploy.json - name: Store ARM template - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: arm path: azuredeploy.json diff --git a/.github/workflows/shifty-build.yml b/.github/workflows/shifty-build.yml index e6d9f1f..4572664 100644 --- a/.github/workflows/shifty-build.yml +++ b/.github/workflows/shifty-build.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3 with: @@ -37,7 +37,7 @@ jobs: run: dotnet publish --no-restore --configuration Release --output publish - name: Publish workflow artifact if: ${{ inputs.publish_artifacts }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: shifty path: publish/wwwroot