Skip to content

Commit

Permalink
upgrade artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rwsdwatson authored Sep 3, 2024
1 parent 26c13c9 commit 2c2032d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:


steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Trusted Signing
Expand All @@ -32,10 +31,9 @@ jobs:
files-folder-filter: 'ps1,psm1,psd1,dll'
files-folder-recurse: true
files-folder-depth: 5


- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4
with:
name: SignedPowershell
path: ${{ github.workspace }}
Expand Down

0 comments on commit 2c2032d

Please sign in to comment.