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 8863040 commit a5eb31aCopy full SHA for a5eb31a
.github/workflows/main.yml
@@ -96,7 +96,7 @@ jobs:
96
make VERSION=${{ steps.extract_ref.outputs.GIT_REF }} start-docker
97
98
- if: startsWith(github.ref, 'refs/tags/')
99
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
100
with:
101
name: smocker-bin
102
path: ./build/smocker.tar.gz
@@ -112,7 +112,7 @@ jobs:
112
- id: extract_ref
113
run: echo ::set-output name=GIT_REF::$(echo ${GITHUB_REF##*/})
114
115
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
116
117
118
path: ./build
0 commit comments