Skip to content

Commit

Permalink
Revert "Update core github actions to v4"
Browse files Browse the repository at this point in the history
This reverts commit 52c1b92.
  • Loading branch information
pablochacin committed Feb 17, 2024
1 parent 0532d42 commit dde52d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
tar -zcf dist/$AGENT-${PKG_VERSION}-linux-$ARCH.tar.gz -C build/ $AGENT-linux-$ARCH
done
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: dist/
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Download binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: binaries
path: dist
Expand All @@ -129,7 +129,7 @@ jobs:
.\wix311\candle.exe -arch x64 "-dVERSION=$Env:VERSION" xk6disruptor.wxs
.\wix311\light.exe -ext WixUIExtension -o "$Env:PKGNAME.msi" xk6disruptor.wixobj
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand All @@ -153,7 +153,7 @@ jobs:
echo "PKG_VERSION=${{needs.build-binaries.outputs.pkg_version}}" >> $GITHUB_ENV
echo "IMAGE_VERSION=${{needs.build-binaries.outputs.image_version}}" >> $GITHUB_ENV
- name: Download binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: binaries
path: dist
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Download binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: binaries
path: dist
Expand Down

0 comments on commit dde52d4

Please sign in to comment.