Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MickStanciu committed Oct 2, 2024
1 parent 647057c commit 23c31bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,22 +134,22 @@ jobs:
needs: package
steps:
- name: Download package windows amd64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-windows-amd64

- name: Download package darwin amd64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-darwin-amd64

- name: Download package darwin arm64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-darwin-arm64

- name: Download package linux amd64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: exporter-linux-amd64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- SQL-Server-Integration-Tests
steps:
- name: Download all coverage results
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Upload Coverage to Code Climate
env:
Expand Down

0 comments on commit 23c31bd

Please sign in to comment.