Skip to content

Commit

Permalink
Merge pull request #637 from astropy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.6.1

Bump actions/upload-artifact from 4.6.0 to 4.6.1
  • Loading branch information
adrn authored Feb 25, 2025
2 parents ae239d2 + 19901a2 commit 6eef639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
echo "::set-output name=artifactName::rendered-tutorials"
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: ${{ steps.nameartifact.outputs.artifactName }}
path: _build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
echo "::set-output name=artifactName::rendered-tutorials"
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: ${{ steps.nameartifact.outputs.artifactName }}
path: _build

0 comments on commit 6eef639

Please sign in to comment.