We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e3f1f commit 67fc6eaCopy full SHA for 67fc6ea
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: touch config.toml
39
40
- name: Archive production artifacts
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
if: ${{ inputs.publish-artifact }}
43
with:
44
name: build-musl
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- name: Download build
21
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
22
23
24
- run: chmod +x target/x86_64-unknown-linux-musl/release/yral-metadata-server
0 commit comments