Skip to content

Commit

Permalink
Pin download-artifact action to specific version (#1142)
Browse files Browse the repository at this point in the history
Revert to use same version of download-artifact action for the release
to GitHub workflow (same as in docker release workflow). Add pattern
for downloaded artifacts (same set of parameters as in docker release
workflow).
  • Loading branch information
BartoszCiesla authored Aug 16, 2024
1 parent 66f5f46 commit 8f11522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ jobs:
uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
pattern: 'iggy-*'
path: all_artifacts
merge-multiple: true

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.4.10"
version = "0.4.11"
edition = "2021"
build = "src/build.rs"

Expand Down

0 comments on commit 8f11522

Please sign in to comment.