Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix(CD): Update upload-artifact task to v4 per depreciation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireant456 committed Oct 25, 2024
1 parent 3e5e121 commit ca36030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
shell: bash

- name: Upload ZIP as Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sonorancad-artifact
path: sonorancad-*.zip

0 comments on commit ca36030

Please sign in to comment.