Skip to content

Commit

Permalink
Merge pull request #66 from just95/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
just95 authored Dec 25, 2023
2 parents c31fd51 + 5b64ebe commit 4bdaa15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Download Output of `dart pub outdated`
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: outdated
- name: Find Outdated Packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Download Coverage
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: coverage/
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Install `toml-test`
run: go install github.com/BurntSushi/toml-test/cmd/[email protected]
- name: Download Decoder Executable
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: toml-test
path: build/bin
Expand Down

0 comments on commit 4bdaa15

Please sign in to comment.