Skip to content

Commit

Permalink
build: update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Sep 27, 2024
1 parent d18da38 commit 272b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: mkdir dist/ && cp src/DotnetDynamoDBLock/bin/Release/*.nupkg dist/

- name: Archive dist/
uses: actions/upload-artifact@v1
uses: Brightspace/third-party-actions@actions/upload-artifact
with:
name: dist
path: dist/

0 comments on commit 272b0ab

Please sign in to comment.