We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752109 commit 1fabf88Copy full SHA for 1fabf88
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
run: swift test -v
102
103
- name: Upload build artifacts
104
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
105
with:
106
name: alpine-binaries-${{ matrix.swift-version }}
107
path: .build/x86_64-swift-linux-musl/debug
@@ -119,7 +119,7 @@ jobs:
119
- uses: actions/checkout@v4
120
121
- name: Download compiled binaries
122
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
123
124
125
path: .build/debug
0 commit comments