Skip to content

Commit

Permalink
chore: Forgot 2 actions with old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Oct 5, 2023
1 parent 5d20429 commit 105a10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Upload binary (Windows)
if: ${{ (matrix.operating-system == 'windows-latest') && (matrix.lazarus-versions == 'stable') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: PascalCoinWindows
path: |
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload binary (Ubuntu)
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: PascalCoinLinux
path: |
Expand Down

0 comments on commit 105a10e

Please sign in to comment.