Skip to content

Commit

Permalink
Update main.yml deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
intelligide authored May 21, 2024
1 parent 1251e9a commit 3c55e7a
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 @@ -32,12 +32,12 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: packages

- name: Upload artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
packages/HelixCoreServer-*/HelixCoreServer-*.spk

0 comments on commit 3c55e7a

Please sign in to comment.