diff --git a/.github/workflows/call-hugo-build.yaml b/.github/workflows/call-hugo-build.yaml index cca0102..7829735 100644 --- a/.github/workflows/call-hugo-build.yaml +++ b/.github/workflows/call-hugo-build.yaml @@ -75,7 +75,7 @@ jobs: continue-on-error: false needs: Create-Hugo-Content steps: - - uses: actions/download-artifact@v4.1.9 + - uses: actions/download-artifact@v4.3.0 with: name: hugo-dev path: |- @@ -119,7 +119,7 @@ jobs: MS_TEAMS_URL: ${{ secrets.MS_TEAMS_URL }} continue-on-error: false steps: - - uses: actions/download-artifact@v4.1.9 + - uses: actions/download-artifact@v4.3.0 with: name: hugo-public diff --git a/.github/workflows/call-release-artifact.yaml b/.github/workflows/call-release-artifact.yaml index b7d1d05..239cc5c 100644 --- a/.github/workflows/call-release-artifact.yaml +++ b/.github/workflows/call-release-artifact.yaml @@ -32,7 +32,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} steps: - name: Download artifact - uses: actions/download-artifact@v4.1.9 + uses: actions/download-artifact@v4.3.0 with: name: ${{ inputs.artifact-name }} path: |-