Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent fc39068 commit dcccf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2023-PyConIT-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run:
python 2023_PyConIT/src/assemble_plots.py
- name: Archive PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gallery.pdf
path: 2023_PyConIT/results/gallery.pdf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run:
python 2023_PyData_Berlin/src/assemble_plots.py
- name: Archive PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gallery.pdf
path: 2023_PyData_Berlin/results/gallery.pdf

0 comments on commit dcccf0e

Please sign in to comment.