diff --git a/.github/actions/artifact-append/action.yml b/.github/actions/artifact-append/action.yml index 800238516a..b1deec5886 100644 --- a/.github/actions/artifact-append/action.yml +++ b/.github/actions/artifact-append/action.yml @@ -22,7 +22,7 @@ runs: - run: echo "Artifact Append" shell: bash - name: Download artifact - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact-name }} pattern: ${{ inputs.artifact-name }}-* @@ -85,7 +85,7 @@ runs: } } - name: Upload artifact - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.file-name }}