Skip to content

Commit

Permalink
Merge pull request #4 from eMoflon/feature/update-github-actions
Browse files Browse the repository at this point in the history
Upgrades all GitHub-provided Actions to v4
  • Loading branch information
maxkratz authored Dec 19, 2023
2 parents 8c76a50 + 6bf9b1a commit a7bfffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: [ubuntu-22.04]
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build PDF
run: |
cd doc/ibex/tgg/integrate-framework
docker run --rm -v $PWD:/data maxkratz/pandoc-builder:latest ./md2pdf.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: integrate.pdf
path: doc/ibex/tgg/integrate-framework/integrate-framework.pdf

0 comments on commit a7bfffd

Please sign in to comment.