Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 authored Feb 13, 2024
1 parent dd3e473 commit 21f778e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Remove not-wanted files in server
run: "rm -r README.md .git .github"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Artifact
with:
name: FindMyAC
path: "./*"

- name: Copy repository contents
uses: wangyucode/sftp-upload-action@v1.4.6
uses: wangyucode/sftp-upload-action@v2.0.2
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 21f778e

Please sign in to comment.