Skip to content

Commit

Permalink
bump action versions for node deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 3, 2024
1 parent 4960354 commit 3a8f0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: rename dmg
run: mv pkg/*.dmg pkg/libgetargv++-${{ matrix.os }}.dmg
working-directory: getargv.cpp
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}.zip
path: |
Expand All @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: getargv.cpp
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: pkg
- name: bump version
Expand All @@ -162,5 +162,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: pkg/*.zip/*.dmg
tag_name: ${{ steps.version.ouputs.version }}
name: ${{ steps.version.ouputs.version }}
tag_name: ${{ steps.version.ouputs.version }}

0 comments on commit 3a8f0a8

Please sign in to comment.