Skip to content

Commit

Permalink
Merge pull request #1188 from wazuh/change/1186-artifact-actions-version
Browse files Browse the repository at this point in the history
Change version for artifact manager actions
  • Loading branch information
teddytpc1 authored Dec 16, 2024
2 parents 22b8eb7 + ea4010a commit b1253d6
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 @@ -53,7 +53,7 @@ jobs:
run: pdk build

- name: Create artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wazuh-module
path: ./pkg/wazuh-wazuh-${{ env.VERSION }}.tar.gz
Expand All @@ -77,7 +77,7 @@ jobs:
uses: ./.github/configure

- name: Retrieve saved Wazuh module
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wazuh-module

Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: ./.github/configure

- name: Retrieve saved Wazuh module
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wazuh-module

Expand Down

0 comments on commit b1253d6

Please sign in to comment.