Skip to content

Commit 67fc6ea

Browse files
[skip ci] update CI actions to latest version (#8)
1 parent 56e3f1f commit 67fc6ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: touch config.toml
3939

4040
- name: Archive production artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
if: ${{ inputs.publish-artifact }}
4343
with:
4444
name: build-musl

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Download build
21-
uses: actions/download-artifact@v3
21+
uses: actions/download-artifact@v4
2222
with:
2323
name: build-musl
2424
- run: chmod +x target/x86_64-unknown-linux-musl/release/yral-metadata-server

0 commit comments

Comments
 (0)