Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 4277069 commit a5e7eb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ref: master

- name: Download benchmark results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: gauge-benchmarks/out/

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: gauge-non-windows-artifact
path: ./deploy
Expand Down Expand Up @@ -105,18 +105,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: gauge-non-windows-artifact
path: ./deploy

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: gauge-windows-artifact
path: ./deploy

- name: Fetch gauge version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
cache: 'pip' # caching pip dependencies

- name: Fetch gauge version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Fetch gauge version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- run: git fetch --prune --unshallow

- name: Fetch gauge version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
ruby-version: 3.1.4

- name: Fetch gauge version
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gauge-version
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
path: gauge-benchmarks
ref: master
- name: Download benchmark results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: gauge-benchmarks/out/
- name: Generate Comment String
Expand Down

0 comments on commit a5e7eb6

Please sign in to comment.