Skip to content

Commit

Permalink
github: upgrade actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDunne committed May 13, 2024
1 parent 2f1e41b commit 90e0a6b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
name: 'setup'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
shell: pwsh
name: 'archive'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: '${{env.nightly}}.zip'
path: '${{env.nightly}}.zip'
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
# shell: bash
# name: 'setup'
#
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# name: Checkout
# with:
# fetch-depth: 0
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
# shell: bash
# name: 'package'
#
# - uses: actions/upload-artifact@v3
# - uses: actions/upload-artifact@v4
# with:
# name: '${{env.nightly}}'
# path: '${{env.nightly}}'
Expand All @@ -141,7 +141,7 @@ jobs:
shell: bash
name: 'setup'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
shell: bash
name: 'archive'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: '${{env.nightly}}.tar.xz'
path: '${{env.nightly}}.tar.xz'
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
shell: bash
name: 'setup'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
with:
fetch-depth: 0
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
shell: bash
name: 'archive'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: '${{env.nightly}}.tar.xz'
path: '${{env.nightly}}.tar.xz'
Expand Down

0 comments on commit 90e0a6b

Please sign in to comment.