Skip to content

Commit

Permalink
ci: bump actions/checkout, actions/upload-artifact and actions/downlo…
Browse files Browse the repository at this point in the history
…ad-artifact to v4
  • Loading branch information
umarcor committed May 6, 2024
1 parent d575095 commit c4b9ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Get bib files from umarcor/umarcor
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Create subdir 'doc/pdf'
run: mkdir -p doc/pdf
Expand All @@ -73,7 +73,7 @@ jobs:
run: make -C doc/${{ matrix.slides }} container

- name: '📤 Upload artifact: ${{ matrix.slides }}.pdf'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.slides }}
path: doc/pdf/*.pdf
Expand All @@ -91,7 +91,7 @@ jobs:
steps:

- name: '📥 Download artifacts'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Setup EDA tools
run: ./doc/setup.msys2.sh
Expand All @@ -78,7 +78,7 @@ jobs:
steps:

- name: 🧰 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit c4b9ca1

Please sign in to comment.