Skip to content

Commit

Permalink
upload v4
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Oct 4, 2024
1 parent 4e82674 commit 83ad25d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Generate burndown chart
run: python milestones.py burndown
- name: Upload burndown chart as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Burndown chart
path: burndown.png

- name: Generate CSV milestone listing
run: python milestones.py csv
- name: Upload CSV as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CSV milestone listing
path: milestones.csv
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Generate milestone graph from dot
run: dot -Tpdf graph.dot > graph.pdf
- name: Upload milestone graph as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Milestone graph
path: |
Expand All @@ -79,7 +79,7 @@ jobs:
pdflatex gantt.tex
pdflatex gantt.tex
- name: Upload Gantt chart as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Gantt chart
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldm503.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload resulting document as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LDM-503 PDF
path: ./ldm-503/LDM-503.pdf
2 changes: 1 addition & 1 deletion .github/workflows/ldm564.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: ./ldm-564

- name: Upload resulting document as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LDM-564 PDF
path: ./ldm-564/LDM-564.pdf

0 comments on commit 83ad25d

Please sign in to comment.