Skip to content

Commit

Permalink
ci(deps): bump actions/download-artifact from 4.1.3 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@87c5514...c850b93)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent bcd690a commit ee5a3c8
Showing 1 changed file with 23 additions and 23 deletions.
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

0 comments on commit ee5a3c8

Please sign in to comment.