Skip to content

Commit

Permalink
Merge pull request #1 from Mr-Ojii/dependabot/github_actions/artifact…
Browse files Browse the repository at this point in the history
…-actions-8204c6933e

Bump the artifact-actions group with 2 updates
  • Loading branch information
Mr-Ojii committed Mar 23, 2024
2 parents 3fd1e14 + 31d252c commit 1f59d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
7z a Bevel_And_Emboss_M.zip *
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Bevel_And_Emboss_M
path: ${{ github.workspace }}/pub/Bevel_And_Emboss_M.zip
Expand All @@ -62,7 +62,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Bevel_And_Emboss_M
path: artifacts
Expand Down

0 comments on commit 1f59d14

Please sign in to comment.