Skip to content

Commit

Permalink
chore: Update actions/upload-artifact to v4 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vicperdana committed Sep 4, 2024
1 parent d94970b commit a85626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: Invoke-Build -Configuration Release

- name: Upload module
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Module
path: ./out/modules/PSDocs/*
Expand Down

0 comments on commit a85626a

Please sign in to comment.