Skip to content

Commit

Permalink
Update deprecated actions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-stein authored Sep 28, 2024
1 parent 06c8575 commit 7f7ef27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Flutter
uses: subosito/flutter-action@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: production-files
path: ./build
Expand Down

0 comments on commit 7f7ef27

Please sign in to comment.