Skip to content

Commit

Permalink
Merge pull request #3328 from Unidata/dependabot-github_actions-dot-g…
Browse files Browse the repository at this point in the history
…ithub-actions-build-docs-actions-upload-artifact-4

CI: (deps): Bump actions/upload-artifact from 3 to 4 in /.github/actions/build-docs
  • Loading branch information
dopplershift authored Dec 15, 2023
2 parents 5081dc1 + 46507fb commit 521dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: Upload docs as artifact
if: ${{ always() && inputs.key != '' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.key }}-docs
path: |
Expand Down

0 comments on commit 521dea1

Please sign in to comment.