Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 #340

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Docker BuildKit
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
with:
fetch-depth: 0
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion

Expand All @@ -230,42 +230,42 @@ jobs:
- run: echo "PREVIOUS_COMMIT_VERSION=$(jjversion | jq --raw-output '.MajorMinorPatch')" >> $GITHUB_ENV

- name: Download jjversion linux x64
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-linux-x64
path: jjversion-${{ env.VERSION }}-linux-x64/
- name: Download jjversion linux arm64
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-linux-arm64
path: jjversion-${{ env.VERSION }}-linux-arm64/
- name: Download jjversion linux arm
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-linux-arm
path: jjversion-${{ env.VERSION }}-linux-arm/
- name: Download jjversion linux 386
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-linux-386
path: jjversion-${{ env.VERSION }}-linux-386/
- name: Download jjversion darwin amd64
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-darwin-amd64
path: jjversion-${{ env.VERSION }}-darwin-amd64/
- name: Download jjversion windows x64
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-windows-x64
path: jjversion-${{ env.VERSION }}-windows-x64/
- name: Download jjversion windows 386
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-windows-386
path: jjversion-${{ env.VERSION }}-windows-386/
- name: Download jjversion windows arm
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion-${{ env.VERSION }}-windows-arm
path: jjversion-${{ env.VERSION }}-windows-arm/
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
path: jjversion-${{ env.VERSION }}-artifacts.zip

- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
- run: git checkout -b release/10.42.11
- run: git commit -m "initial commit" --allow-empty
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand All @@ -410,7 +410,7 @@ jobs:
- run: git tag v42.43.44
- run: git tag -a v100.100.100 -m "v100.100.100"
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand All @@ -423,7 +423,7 @@ jobs:
needs: initial-build
steps:
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
needs: initial-build
steps:
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
needs: initial-build
steps:
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- run: git checkout -b release/10.42.11
- run: git commit -m "initial commit" --allow-empty
- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand All @@ -555,7 +555,7 @@ jobs:
- run: git tag v42.43.44
- run: git tag -a v100.100.100 -m "v100.100.100"
- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand All @@ -566,7 +566,7 @@ jobs:
needs: docker-build
steps:
- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
needs: docker-build
steps:
- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand Down Expand Up @@ -636,7 +636,7 @@ jobs:
needs: docker-build
steps:
- name: Download jjversion.tar
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion.tar
- run: docker load < jjversion.tar
Expand Down Expand Up @@ -665,7 +665,7 @@ jobs:
needs: initial-build
steps:
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:
needs: initial-build
steps:
- name: Download jjversion
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: jjversion
- run: chmod +x jjversion
Expand Down