Skip to content

Commit 6ddab77

Browse files
committed
feat: update workflow name, update workflow upload artifact step
1 parent 598f95e commit 6ddab77

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-tagged-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Action to build a release build on a specific tag
2-
name: Build
2+
name: Build Tagged Release
33
on:
44
workflow_dispatch:
55
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build Client
1919
run: cargo build --release --verbose --target i686-pc-windows-msvc
2020
- name: Upload artifact
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: ASI Plugin
2424
path: "./target/i686-pc-windows-msvc/release/pocket_relay_plugin.dll"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: cargo test --verbose --target i686-pc-windows-msvc
2222
- name: Upload artifact
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: ASI Plugin
2626
path: "./target/i686-pc-windows-msvc/debug/pocket_relay_plugin.dll"

0 commit comments

Comments
 (0)