Skip to content

Commit

Permalink
Merge pull request #2 from alienc0der/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/github_actions-14598a9f5f

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
alienc0der authored Oct 4, 2024
2 parents c51ecbc + 116de52 commit 4abbbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Prepare releases directory
run: mkdir releases
- name: Download macOS artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-artifacts
- name: Download Windows artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: windows-artifacts
- name: Prepare releases
Expand Down

0 comments on commit 4abbbc8

Please sign in to comment.