Skip to content

Commit d6f8bb6

Browse files
authored
Merge pull request #629 from astropy/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.4.3 to 4.6.0
2 parents 5b73553 + a337fa6 commit d6f8bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "::set-output name=artifactName::rendered-tutorials"
4444
45-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4646
with:
4747
name: ${{ steps.nameartifact.outputs.artifactName }}
4848
path: _build

.github/workflows/prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "::set-output name=artifactName::rendered-tutorials"
5555
56-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
56+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5757
with:
5858
name: ${{ steps.nameartifact.outputs.artifactName }}
5959
path: _build

0 commit comments

Comments
 (0)