Skip to content

Commit

Permalink
[Chore] Bump workflow deps (#54)
Browse files Browse the repository at this point in the history
* Update dev.yml

* [Chore] Bump workflow deps
  • Loading branch information
Jvr2022 authored Jun 17, 2024
1 parent 10aa8e3 commit 0315f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Indicate beta version
run: |
sed -i '3s/.*/"message": "Study Tools voor Magister BETA"/' _locales/nl/messages.json
- name: Upload as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Beta release
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress Chromium build
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
mv manifest-chromium.json manifest.json
- name: Upload as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Releases
path: |
Expand Down

0 comments on commit 0315f57

Please sign in to comment.