diff --git a/.github/workflows/cd-psgallery.yml b/.github/workflows/cd-psgallery.yml index 013242d8..ecca2584 100644 --- a/.github/workflows/cd-psgallery.yml +++ b/.github/workflows/cd-psgallery.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc216231..68145d94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: $path = New-Item -Path ./packages -ItemType Directory Register-PSRepository -Name LocalFeedPSRepo -SourceLocation $path.ToString() -PublishLocation $path.ToString() -InstallationPolicy Trusted - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure @@ -78,7 +78,7 @@ jobs: - name: Checkout repository and submodules uses: actions/checkout@v3 - name: Download module artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: benchpress-gallery-module path: ./BenchPress.Azure