Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
url: ${{ inputs.environment-url }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2023 Code for Poznań & contributors
Copyright (c) 2019-2026 Code for Poznań & contributors


Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion pack-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
working-directory: backend
run: make -f ../Makefile pack-backend

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: backend
path: ./lambda.zip
Expand Down
2 changes: 1 addition & 1 deletion pack-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
ENVIRONMENT_NAME: ${{ inputs.environment-name }}
ENVIRONMENT_URL: ${{ inputs.environment-url }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: frontend
path: ./public
Expand Down
Loading