Skip to content

Commit a0dbdb9

Browse files
committed
Update -artifact actions
1 parent 5545824 commit a0dbdb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: cargo test --release
6767

6868
- name: Move library
69-
run: move target/release/dynops.dll dynops_x64.dll
69+
run: move target/releartifact@v4dll dynops_x64.dll
7070

7171
- name: Upload artifact
7272
uses: actions/upload-artifact@v3
@@ -117,13 +117,13 @@ jobs:
117117
- build-extension-linux-x64
118118

119119
steps:
120-
- name: Checkout
120+
- name: Checkoutartifact@v4
121121
uses: actions/checkout@v4
122122

123123
- name: Download Windows x64
124124
uses: actions/download-artifact@v3
125125
with:
126-
name: extension-x64-windows
126+
name: extension-x64-wartifact@v4
127127
path: .
128128

129129
- name: Download Linux x64
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install HEMTT
136136
uses: arma-actions/hemtt@main
137137

138-
- name: Run HEMTT build
138+
- name: Run HEMTT buildartifact@v4
139139
run: hemtt release
140140

141141
- name: Upload Artifact

0 commit comments

Comments
 (0)