Skip to content

Commit

Permalink
Use @v4 for uploads and downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
prbprbprb committed Sep 11, 2024
1 parent 8a8763e commit c6be45d
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/download-artifact@v4.1.8
uses: actions/download-artifact@v4
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/download-artifact@v4.1.8
uses: actions/download-artifact@v4
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/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: m2repo-Linux
path: ${{ runner.temp }}/m2

- name: Download Maven repository for MacOS
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: m2repo-macOS
path: ${{ runner.temp }}/m2

- name: Download Maven repository for Windows
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
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/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: m2repo-uber
path: m2

- name: Download Test JAR with Dependencies
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: testjar
path: testjar
Expand Down

0 comments on commit c6be45d

Please sign in to comment.