Skip to content

Commit

Permalink
Bump actions/download-artifact (#1228)
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.1.7 to 4.1.8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 8858db9 commit f8beeab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
choco install ninja -y
- name: Fetch BoringSSL source
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: boringssl-source
path: ${{ runner.temp }}/boringssl
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
echo "BORINGSSL_HOME=${{ runner.temp }}/boringssl" >> $GITHUB_ENV
- name: Fetch BoringSSL source
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: boringssl-source
path: ${{ runner.temp }}/boringssl
Expand All @@ -224,19 +224,19 @@ jobs:
mkdir -p "${{ runner.temp }}/boringssl/include"
- name: Download Maven repository for Linux
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: m2repo-Linux
path: ${{ runner.temp }}/m2

- name: Download Maven repository for MacOS
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: m2repo-macOS
path: ${{ runner.temp }}/m2

- name: Download Maven repository for Windows
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: m2repo-Windows
path: ${{ runner.temp }}/m2
Expand Down Expand Up @@ -282,13 +282,13 @@ jobs:
java-version: ${{ matrix.java }}

- name: Download UberJAR
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: m2repo-uber
path: m2

- name: Download Test JAR with Dependencies
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: testjar
path: testjar
Expand Down

0 comments on commit f8beeab

Please sign in to comment.