Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Oct 9, 2024
1 parent 5edea5c commit 71476ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,23 @@ jobs:

- name: Upload hale studio build (Linux)
id: upload-linux
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (Linux)
path: build/target/hale-studio-*linux*.tar.gz
retention-days: 14

- name: Upload hale studio build (Windows)
id: upload-windows
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (Windows)
path: build/target/hale-studio-*win32*.zip
retention-days: 14

- name: Upload hale studio build (macos)
id: upload-macos
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (macos)
path: build/target/hale-studio-*macosx*.dmg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ jobs:
working-directory: ./build

- name: Upload hale studio build (Linux)
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (Linux)
path: build/target/hale-studio-*linux*.tar.gz
retention-days: 90

- name: Upload hale studio build (Windows)
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (Windows)
path: build/target/hale-studio-*win32*.zip
retention-days: 90

- name: Upload hale studio build (macos)
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (macos)
path: build/target/hale-studio-*macosx*.dmg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Upload hale studio build (Installer)
id: upload-msi
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: hale studio (Installer)
path: build/target/*.msi
Expand Down

0 comments on commit 71476ae

Please sign in to comment.