Skip to content

Commit

Permalink
CI: Bump some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Sep 11, 2024
1 parent a03a5bb commit 60de73e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

name: BWIPP CI

on:
Expand All @@ -21,7 +23,7 @@ jobs:
steps:

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

- name: Build
run: |
Expand All @@ -39,7 +41,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@4
with:
submodules: True

Expand Down Expand Up @@ -186,7 +188,7 @@ jobs:
cited-by.md
- name: Store PDF docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-pdf
path: wikidocs/__pandoc/barcodewriter.pdf
Expand All @@ -198,7 +200,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@4
with:
submodules: True

Expand Down Expand Up @@ -337,7 +339,7 @@ jobs:
cited-by.md
- name: Store HTML docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-html
path: wikidocs/__pandoc/barcodewriter.html
Expand All @@ -355,7 +357,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get and check the version
id: get_version
Expand Down

0 comments on commit 60de73e

Please sign in to comment.