Skip to content

Commit

Permalink
GHA: Updates actions/checkout and actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 12, 2024
1 parent cff9ad8 commit 1177e07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
needs: [mt4]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ${{ env.INDI_OTHER_WORKDIR }}
ref: ${{ github.head_ref || github.ref_name }}
repository: EA31337/EA31337-indicators-other
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: Include/EA31337-classes
ref: v3.000.1
Expand All @@ -71,7 +71,7 @@ jobs:
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
- run: Get-Location
- name: Upload indicator artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: indicators-other
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]
Expand All @@ -84,12 +84,12 @@ jobs:
needs: [mt5]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ${{ env.INDI_OTHER_WORKDIR }}
ref: ${{ github.head_ref || github.ref_name }}
repository: EA31337/EA31337-indicators-other
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: Include/EA31337-classes
ref: v3.000.1
Expand All @@ -110,7 +110,7 @@ jobs:
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
- run: Get-Location
- name: Upload indicator artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: indicators-other
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]
Expand Down

0 comments on commit 1177e07

Please sign in to comment.