Skip to content

Commit

Permalink
Merge pull request #144 from InkApplications/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.5 to 4.3.6
  • Loading branch information
ReneeVandervelde authored Aug 17, 2024
2 parents 485a971 + f4a12b4 commit df0b364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
run: cp cli/build/distributions/shade-*.zip cli/build/distributions/shade.zip && cp cli/build/distributions/shade-*.tar cli/build/distributions/shade.tar
-
name: Archive CLI Tar
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: shade.tar
path: cli/build/distributions/shade.tar
-
name: Archive CLI Zip
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
name: shade.zip
path: cli/build/distributions/shade.zip

0 comments on commit df0b364

Please sign in to comment.