Skip to content

Commit

Permalink
Update FTP workflow to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian2k authored Aug 14, 2024
1 parent 4f1cc11 commit 2fc27ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📂 Sync files
uses: SamKirkland/[email protected].4
uses: SamKirkland/[email protected].5
with:
server: ftp.adbj.no
username: ${{ secrets.ftp_username }}
Expand Down

0 comments on commit 2fc27ae

Please sign in to comment.