diff --git a/.github/workflows/_build-layered.yml b/.github/workflows/_build-layered.yml index adaeaa3..b384156 100644 --- a/.github/workflows/_build-layered.yml +++ b/.github/workflows/_build-layered.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Download source repository artifact from the previous job id: artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.sourceFolder }} path: . diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index bda6595..ae4f43c 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Download artifact from build job id: artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-name }} diff --git a/.github/workflows/_deploy-nuget.yml b/.github/workflows/_deploy-nuget.yml index 61cd1cb..a6ba39e 100644 --- a/.github/workflows/_deploy-nuget.yml +++ b/.github/workflows/_deploy-nuget.yml @@ -35,7 +35,7 @@ jobs: steps: # https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md - name: Download artifact from build job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.project-name }} path: .