Skip to content

Commit

Permalink
Bump GHA artifact tasks to v4. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 authored Sep 13, 2024
1 parent eafc771 commit cfc34fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: dotnet build --configuration Release -p:Version=${{ steps.vars.outputs.version }}

- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Binaries
path: bin/Release
Expand All @@ -87,7 +87,7 @@ jobs:
dotnet-version: '7.0.x'

- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: Binaries
path: bin/Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
test -e ${GITHUB_WORKSPACE}/scripts/nwn/nwscript.nss
- name: Upload Scripts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nss_source
path: ./scripts
Expand All @@ -95,7 +95,7 @@ jobs:
persist-credentials: true

- name: Download Scripts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: nss_source
path: ./scripts
Expand Down

0 comments on commit cfc34fc

Please sign in to comment.