Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3
  • Loading branch information
guibranco authored Dec 18, 2023
2 parents 539af44 + a4ae4a1 commit 7d47099
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/daily-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ jobs:
data: '{ "error_code": "${{ env.exitcode }}" }'

- name: Upload banks files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.exitcode == 0
with:
name: bankFiles
path: ./BancosBrasileiros.MergeTool/result/bancos.*

- name: Upload changelog file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.exitcode == 0
with:
name: changeLogFile
path: ./BancosBrasileiros.MergeTool/result/CHANGELOG.md

- name: Upload release-notes.md
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: env.exitcode == 0
with:
name: releaseNotesFile
Expand All @@ -92,7 +92,7 @@ jobs:
name: bankFiles

- name: Download banks files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: steps.checkbanksfiles.outputs.exists == 'true'
with:
name: bankFiles
Expand All @@ -105,7 +105,7 @@ jobs:
name: changeLogFile

- name: Download change log file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: steps.checkchangelogfile.outputs.exists == 'true'
with:
name: changeLogFile
Expand Down

0 comments on commit 7d47099

Please sign in to comment.