Skip to content

Commit a5eb31a

Browse files
committed
update artifact actions
1 parent 8863040 commit a5eb31a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
make VERSION=${{ steps.extract_ref.outputs.GIT_REF }} start-docker
9797
9898
- if: startsWith(github.ref, 'refs/tags/')
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: smocker-bin
102102
path: ./build/smocker.tar.gz
@@ -112,7 +112,7 @@ jobs:
112112
- id: extract_ref
113113
run: echo ::set-output name=GIT_REF::$(echo ${GITHUB_REF##*/})
114114

115-
- uses: actions/download-artifact@v3
115+
- uses: actions/download-artifact@v4
116116
with:
117117
name: smocker-bin
118118
path: ./build

0 commit comments

Comments
 (0)