Skip to content

Commit d76a61f

Browse files
authored
Merge pull request #548 from astropy/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 89acf61 + d3f3995 commit d76a61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo "::set-output name=artifactName::rendered-tutorials"
4242
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v3
4444
with:
4545
name: ${{ steps.nameartifact.outputs.artifactName }}
4646
path: _build

0 commit comments

Comments
 (0)