Skip to content

Commit 3b0036d

Browse files
authored
Merge pull request #21 from astropy/dependabot/github_actions/dot-github/workflows/actions-7137b7c593
build(deps): bump the actions group in /.github/workflows with 2 updates
2 parents 7175bab + c60382e commit 3b0036d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# only store the artifact for 'retention-days'
4949
- name: Upload docs artifact
5050
# if: github.event.pull_request.merged == true
51-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
51+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5252
with:
5353
name: built_docs
5454
path: docs/_build/html
@@ -69,7 +69,7 @@ jobs:
6969

7070
# download the previously uploaded 'built_docs' artifact
7171
- name: Download docs artifact
72-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
72+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7373
id: download
7474
with:
7575
name: built_docs

0 commit comments

Comments
 (0)