Skip to content

Commit

Permalink
Merge pull request #599 from ow-mods/dev
Browse files Browse the repository at this point in the history
Updated download artifacts to v4
  • Loading branch information
misternebula authored Oct 11, 2024
2 parents 43024f6 + 78197d3 commit 1ec476d
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 @@ -78,7 +78,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: owml-nuget
- name: publish
Expand All @@ -91,7 +91,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: owml-zip
- name: create release
Expand Down

0 comments on commit 1ec476d

Please sign in to comment.