Skip to content

Commit c624e54

Browse files
Update actions/upload-artifact action to v4.3.1
1 parent dcd0fb2 commit c624e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/2023-PyConIT-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run:
8282
python 2023_PyConIT/src/assemble_plots.py
8383
- name: Archive PDF
84-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
84+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
8585
with:
8686
name: gallery.pdf
8787
path: 2023_PyConIT/results/gallery.pdf

.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run:
8383
python 2023_PyData_Berlin/src/assemble_plots.py
8484
- name: Archive PDF
85-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
85+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
8686
with:
8787
name: gallery.pdf
8888
path: 2023_PyData_Berlin/results/gallery.pdf

0 commit comments

Comments
 (0)