Skip to content

Commit 46d3bc6

Browse files
committed
fix github actions
1 parent 3bdfdd6 commit 46d3bc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [macos-13, ubuntu-latest, windows-latest]
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
2828

2929
- name: 'Build & Test'
@@ -32,7 +32,7 @@ jobs:
3232
dub build -b release
3333
3434
- name: Upload
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: build-${{matrix.os}}
3838
path: ${{github.workspace}}/cac*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest]
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
2626

2727
- name: 'Build & Test'

0 commit comments

Comments
 (0)