Skip to content

Commit

Permalink
Merge pull request #62 from lesteenman/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
lesteenman authored Apr 20, 2022
2 parents cc284d1 + 15181b5 commit e3958b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: cd discord_app/ && npx serverless package && cd ../

- name: Create artifact for the discord-app bot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: discord-app-package
path: discord_app/.serverless/discord-app.zip
Expand All @@ -92,13 +92,13 @@ jobs:
run: cd error_parser_function/ && npx serverless package && cd ../

- name: Create artifact for the error-parser
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: error-parser-package
path: error_parser_function/.serverless/error-parser.zip

- name: Create artifact for the infra module
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: infra
path: infra/
Expand Down

0 comments on commit e3958b5

Please sign in to comment.