Skip to content

Commit ea0d788

Browse files
authored
Merge pull request #795 from ipython/dependabot/github_actions/actions/upload-artifact-3
2 parents 7e6d267 + 53dea13 commit ea0d788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ls -l dist
3333
3434
# ref: https://github.com/actions/upload-artifact#readme
35-
- uses: actions/upload-artifact@v2
35+
- uses: actions/upload-artifact@v3
3636
with:
3737
name: traitlets-${{ github.sha }}
3838
path: "dist/*"

0 commit comments

Comments
 (0)