Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor authored Sep 12, 2024
1 parent 72fe788 commit f2b1eb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.2

Expand All @@ -20,7 +20,7 @@ jobs:
markdown-pdf -f A4 -s assets/css/main.css CertifiedByGs1-I40.md
- name: Save PDF
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Certified-by-GS1-Concepts
path: CertifiedByGs1-I40.pdf
Expand All @@ -32,7 +32,7 @@ jobs:
doc: ["CertifiedByGs1-Trust", "CertifiedByGs1-PKI-Demo", "CertifiedByGs1-OnePager", "white-paper"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Trust Model PDF Compilation
uses: docker://asciidoctor/docker-asciidoctor:latest
Expand All @@ -41,7 +41,7 @@ jobs:
args: -a icons=font -a source-highlighter=coderay ${{ matrix.doc }}.adoc

- name: Save PDF
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Certified-by-GS1-Concepts
path: ${{ matrix.doc }}.pdf
Expand Down

0 comments on commit f2b1eb4

Please sign in to comment.